Share via


CashUnits.Equality(CashUnits, Object) Operator

Definition

Compares the specified CashUnits and object to determine whether they are equal.

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

Parameters

a
CashUnits

The CashUnits 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