CashUnits.Inequality(CashUnits, Object) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- b
- Object
The object to be compared to a.
Returns
True if a is not equal to b; otherwise, false.