DirectIOData.Equals Method (Object)
2/27/2008
Determines whether the specified Object is equal to the current DirectIOData.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
virtual bool Equals (
Object^ obj
) override
public boolean Equals (
Object obj
)
public override function Equals (
obj : Object
) : boolean
Parameters
- obj
The object to be compared with the current DirectIOData.
Return Value
True if the specified object is equal to the current DirectIOData; otherwise, false.
Remarks
This method determines whether the specified Object is equal to the current DirectIOData.
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