Share via


CashCount.Equality(CashCount, Object) Operator

Definition

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

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

Parameters

a
CashCount

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