Share via


PointCardReadWriteStates.Equality(PointCardReadWriteStates, Object) Operator

Definition

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

public static bool operator == (Microsoft.PointOfService.PointCardReadWriteStates a, object b);
static member ( = ) : Microsoft.PointOfService.PointCardReadWriteStates * obj -> bool
Public Shared Operator == (a As PointCardReadWriteStates, b As Object) As Boolean

Parameters

a
PointCardReadWriteStates

The PointCardReadWriteStates to be compared to b

b
Object

The object to be compared to a

Returns

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

Applies to