Share via


FiscalDataItem.Equality(FiscalDataItem, Object) Operator

Definition

Compares the specified FiscalDataItem and object to determine whether they are the same.

public static bool operator == (Microsoft.PointOfService.FiscalDataItem a, object b);
static member ( = ) : Microsoft.PointOfService.FiscalDataItem * obj -> bool
Public Shared Operator == (a As FiscalDataItem, b As Object) As Boolean

Parameters

a
FiscalDataItem

The FiscalDataItem to be compared to b

b
Object

The object to be compared to a.

Returns

True if a is equal to b; otherwise, false.

Applies to