==(_:_:)
Returns a Boolean value that indicates whether two identities are equal.
Declaration
static func == (lhs: AppExtensionIdentity, rhs: AppExtensionIdentity) -> BoolParameters
- lhs:
The first identity to compare.
- rhs:
The second identity to compare.
Return Value
true if the items are equal, or false if they aren’t.