Click or drag to resize

IikoCard51PaymentItemAdditionalDataEquals(IikoCard51PaymentItemAdditionalData) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: Resto.Front.Api.Data.Payments
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public bool Equals(
	IikoCard51PaymentItemAdditionalData other
)

Parameters

other  IikoCard51PaymentItemAdditionalData
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also