Click or drag to resize

WriteoffPaymentItemAdditionalDataEquals(WriteoffPaymentItemAdditionalData) 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(
	WriteoffPaymentItemAdditionalData other
)

Parameters

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