Click or drag to resize

PlastekPaymentItemAdditionalDataEquals(PlastekPaymentItemAdditionalData) 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(
	PlastekPaymentItemAdditionalData other
)

Parameters

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