Share via


PointCardReadWriteStates.Inequality(PointCardReadWriteStates, Object) Operator

Definition

Returns a value indicating whether an instance of PointCardReadWriteStates and an object are not equal.

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

Parameters

a
PointCardReadWriteStates

The PointCardReadWriteStates 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