Share via


VatInfo.Inequality(VatInfo, Object) Operator

Definition

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

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

Parameters

a
VatInfo

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