PaymentOption

internal struct PaymentOption : IdentifiableWithString
  • Checks if 2 objects are equal.

    Declaration

    Swift

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

    Parameters

    lhs

    First object.

    rhs

    Second object.

    Return Value

    true if 2 objects are equal, false otherwise.