Share via


CashCounts.Inequality(CashCounts, Object) Operator

Definition

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

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

Applies to