Share via


DirectIOData.op_Inequality Method

2/27/2008

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

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    a As DirectIOData, _
    b As Object _
) As Boolean
public static bool operator != (
    DirectIOData a,
    Object b
)
public:
static bool operator != (
    DirectIOData a, 
    Object^ b
)

Parameters

  • b
    The object to be compared to a.

Return Value

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

Remarks

This method returns a value indicating whether an instance of DirectIOData and an object are unequal.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

DirectIOData Structure
DirectIOData Members
Microsoft.PointOfService Namespace