共用方式為


CashUnits.Inequality(CashUnits, Object) Operator

Definition

Returns a value that indicates whether an instance of CashUnits and an object are not equal.

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

Applies to