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