DirectIOData.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(DirectIOData) |
Determines whether the specified DirectIOData is equal to the current DirectIOData. |
Equals(Object) |
Determines whether the specified Object is equal to the current DirectIOData. |
Equals(DirectIOData, DirectIOData) |
Determines whether the specified DirectIOData instances are equal. |
Equals(DirectIOData)
Determines whether the specified DirectIOData is equal to the current DirectIOData.
public bool Equals (Microsoft.PointOfService.DirectIOData d);
override this.Equals : Microsoft.PointOfService.DirectIOData -> bool
Public Function Equals (d As DirectIOData) As Boolean
Parameters
The DirectIOData object to be compared to the current DirectIOData.
Returns
A Boolean value that is true if the two instances are equal; otherwise, the value is false.
Applies to
Equals(Object)
Determines whether the specified Object is equal to the current DirectIOData.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to be compared with the current DirectIOData.
Returns
True if the specified object is equal to the current DirectIOData; otherwise, false.
Applies to
Equals(DirectIOData, DirectIOData)
Determines whether the specified DirectIOData instances are equal.
public static bool Equals (Microsoft.PointOfService.DirectIOData a, Microsoft.PointOfService.DirectIOData b);
static member Equals : Microsoft.PointOfService.DirectIOData * Microsoft.PointOfService.DirectIOData -> bool
Public Shared Function Equals (a As DirectIOData, b As DirectIOData) As Boolean
Parameters
The first DirectIOData instance.
The second DirectIOData instance.
Returns
True if the value of a is equal to the value of b; otherwise, false.