Share via


PointCardReceiveLengths.op_Equality Method

2/27/2008

Compares the specified PointCardReceiveLengths and object to determine whether they are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    a As PointCardReceiveLengths, _
    b As Object _
) As Boolean
public static bool operator == (
    PointCardReceiveLengths a,
    Object b
)
public:
static bool operator == (
    PointCardReceiveLengths a, 
    Object^ b
)

Parameters

  • b
    The object to be compared to a

Return Value

A boolean indicating whether a and b are equal. The boolean is true if a is equal to b; otherwise, it is false.

Remarks

Compares the specified PointCardReceiveLengths and object to determine whether they are equal.

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

PointCardReceiveLengths Structure
PointCardReceiveLengths Members
Microsoft.PointOfService Namespace