CardPaymentItemAdditionalDataEquals Method (CardPaymentItemAdditionalData) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
Resto.Front.Api.Data.Payments
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic bool Equals(
CardPaymentItemAdditionalData other
)
Parameters
- other
- Type: Resto.Front.Api.Data.PaymentsCardPaymentItemAdditionalData
An object to compare with this object.
Return Value
Type:
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also