Share via


CashCounts.Equality(CashCounts, Object) Operator

Definition

Compares the specified CashCounts and object and determines whether they are equal.

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

Parameters

a
CashCounts

The CashCounts to compare with b.

b
Object

The object to compare with a.

Returns

True if a and b are equal. Otherwise, false.

Applies to