Click or drag to resize

VoucherPaymentItemAdditionalDataEquals(VoucherPaymentItemAdditionalData) 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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public bool Equals(
	VoucherPaymentItemAdditionalData other
)

Parameters

other  VoucherPaymentItemAdditionalData
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