Share via


CashCount.Inequality(CashCount, Object) Operator

Definition

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

public static bool operator != (Microsoft.PointOfService.CashCount a, object b);
static member op_Inequality : 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

Applies to