Share via


TotalsFileInfo.Inequality(TotalsFileInfo, Object) Operator

Definition

Compares the specified TotalsFileInfo class and object to determine whether they are different.

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

Parameters

a
TotalsFileInfo

The TotalsFileInfo class 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