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