DirectIOData.Equals Method (DirectIOData, DirectIOData)
2/27/2008
Determines whether the specified DirectIOData instances are equal.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Shared Function Equals ( _
a As DirectIOData, _
b As DirectIOData _
) As Boolean
public static bool Equals (
DirectIOData a,
DirectIOData b
)
public:
static bool Equals (
DirectIOData a,
DirectIOData b
)
public static boolean Equals (
DirectIOData a,
DirectIOData b
)
public static function Equals (
a : DirectIOData,
b : DirectIOData
) : boolean
Parameters
- a
The first DirectIOData instance.
- b
The second DirectIOData instance.
Return Value
True if the value of a is equal to the value of b; otherwise, false.
Remarks
This method determines whether the specified DirectIOData instances 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