Contents

==(_:_:)

Returns a Boolean value indicating whether two values are equal.

Declaration

static func == (lhs: PermissionChoice, rhs: PermissionChoice) -> Bool

Parameters

  • lhs:

    The left-hand side value to compare.

  • rhs:

    The other value to compare.

See Also

Computing hashes