DirectIOData.op_Equality Method
2/27/2008
Compares the specified DirectIOData and object to determine whether they are 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
- a
The DirectIOData to be compared to b.
- b
The object to be compared to a.
Return Value
True if the value of a is equal to the value of b; otherwise, false.
Remarks
This method compares the specified DirectIOData and object to determine whether they are equal.
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