PaymentOption
internal struct PaymentOption : IdentifiableWithString
-
Checks if 2 objects are equal.
Declaration
Swift
public static func == (lhs: PaymentOption, rhs: PaymentOption) -> BoolParameters
lhsFirst object.
rhsSecond object.
Return Value
trueif 2 objects are equal,falseotherwise.
PaymentOption Extension Reference