OperatorSwift

    !=(_:_:)

    Returns a Boolean value indicating whether the two arguments are not equal.

    func != <T>(lhs: T, rhs: T) -> Bool where T : Equatable, T : RawRepresentable, T.RawValue : Equatable

    Parameters

    lhs

    A raw-representable instance.

    rhs

    A second raw-representable instance.