MultiSportSession

@available(swift 4.0)
public struct MultiSportSession

TCX Multi Sport Session

  • Returns a Boolean value indicating whether two values are equal.

    Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false.

    Declaration

    Swift

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

    Parameters

    lhs

    A value to compare.

    rhs

    Another value to compare.