Share via


PointCardReceiveLengths.Inequality(PointCardReceiveLengths, Object) Operator

Definition

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

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

Parameters

a
PointCardReceiveLengths

The PointCardReceiveLengths to be compared to b

b
Object

The object to be compared to a

Returns

A boolean value indicating whether a and b are unequal. The boolean is true if a is not equal to b; otherwise, false.

Applies to