Share via


DirectIOData.Equals Method (DirectIOData)

2/27/2008

Determines whether the specified DirectIOData is equal to the current DirectIOData.

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

Syntax

'Declaration
Public Function Equals ( _
    d As DirectIOData _
) As Boolean
public bool Equals (
    DirectIOData d
)
public:
bool Equals (
    DirectIOData d
)
public boolean Equals (
    DirectIOData d
)
public function Equals (
    d : DirectIOData
) : boolean

Parameters

  • d
    The DirectIOData object to be compared to the current DirectIOData.

Return Value

A Boolean value that is true if the two instances are equal; otherwise, the value is false.

Remarks

This method determines whether the specified DirectIOData 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