Share via


PointCardReadWriteStates.op_Equality Method

2/27/2008

Compares the specified PointCardReadWriteStates 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 PointCardReadWriteStates, _
    b As Object _
) As Boolean
public static bool operator == (
    PointCardReadWriteStates a,
    Object b
)
public:
static bool operator == (
    PointCardReadWriteStates a, 
    Object^ b
)

Parameters

  • a
    The PointCardReadWriteStates to be compared to b
  • b
    The object to be compared to a

Return Value

True if a is equal to b; otherwise, false.

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

PointCardReadWriteStates Structure
PointCardReadWriteStates Members
Microsoft.PointOfService Namespace