==(_:_:)
Returns a Boolean value indicating whether the two arguments are equal.
Declaration
func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : EquatableParameters
- lhs:
A raw-representable instance.
- rhs:
A second raw-representable instance.