DirectIOData.Inequality(DirectIOData, Object) Operator

Definition

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

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

Parameters

a
DirectIOData

The DirectIOData to be compared to b.

b
Object

The object to be compared to a.

Returns

A Boolean value that is true if a is not equal to b and false otherwise.

Applies to