PointCardReceiveLengths.Equality(PointCardReceiveLengths, Object) Operator
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.
Compares the specified PointCardReceiveLengths and object to determine whether they are equal.
public static bool operator == (Microsoft.PointOfService.PointCardReceiveLengths a, object b);
static member ( = ) : Microsoft.PointOfService.PointCardReceiveLengths * obj -> bool
Public Shared Operator == (a As PointCardReceiveLengths, b As Object) As Boolean
Parameters
The PointCardReceiveLengths to be compared to b
- b
- Object
The object to be compared to a
Returns
A boolean indicating whether a and b are equal. The boolean is true if a is equal to b; otherwise, it is false.