OperatorSwift

    ==(_:_:)

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

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

    Parameters

    lhs

    A raw-representable instance.

    rhs

    A second raw-representable instance.