PointCardReadWriteStates.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(PointCardReadWriteStates) |
Determines whether the specified PointCardReadWriteStates is equal to the current PointCardReadWriteStates. |
Equals(Object) |
Determines whether the specified Object is equal to the current PointCardReadWriteStates. |
Equals(PointCardReadWriteStates, PointCardReadWriteStates) |
Determines whether the specified PointCardReadWriteStates instances are equal. |
Equals(PointCardReadWriteStates)
Determines whether the specified PointCardReadWriteStates is equal to the current PointCardReadWriteStates.
public bool Equals (Microsoft.PointOfService.PointCardReadWriteStates states);
override this.Equals : Microsoft.PointOfService.PointCardReadWriteStates -> bool
Public Function Equals (states As PointCardReadWriteStates) As Boolean
Parameters
- states
- PointCardReadWriteStates
The PointCardReadWriteStates to be compared with the current PointCardReadWriteStates
Returns
True if the specified PointCardReadWriteStates is equal to the current PointCardReadWriteStates; otherwise, false.
Applies to
Equals(Object)
Determines whether the specified Object is equal to the current PointCardReadWriteStates.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
True if the specified object is equal to the current PointCardReadWriteStates; otherwise, false.
Applies to
Equals(PointCardReadWriteStates, PointCardReadWriteStates)
Determines whether the specified PointCardReadWriteStates instances are equal.
public static bool Equals (Microsoft.PointOfService.PointCardReadWriteStates a, Microsoft.PointOfService.PointCardReadWriteStates b);
static member Equals : Microsoft.PointOfService.PointCardReadWriteStates * Microsoft.PointOfService.PointCardReadWriteStates -> bool
Public Shared Function Equals (a As PointCardReadWriteStates, b As PointCardReadWriteStates) As Boolean
Parameters
The first PointCardReadWriteStates instance
The second PointCardReadWriteStates instance
Returns
True if a is equal to b; otherwise, false.