==(_:_:)
Returns a Boolean value indicating whether two values are equal.
Declaration
static func == (lhs: PermissionChoice, rhs: PermissionChoice) -> BoolParameters
- lhs:
The left-hand side value to compare.
- rhs:
The other value to compare.
Returns a Boolean value indicating whether two values are equal.
static func == (lhs: PermissionChoice, rhs: PermissionChoice) -> BoolThe left-hand side value to compare.
The other value to compare.