Documentation Language: Swift

Op

==(_:_:)

Compares two enumerations for equality.

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

Parameters

lhs

The first enumeration to compare.

rhs

The second enumeration to compare.

Return Value

true if the enumerations are equal, false otherwise.

Discussion

Enumerations are equal if they have the same identifier.