Share via


PointCardReadWriteStates.Equals Method

Definition

Overloads

Equals(PointCardReadWriteStates)

Determines whether the specified PointCardReadWriteStates is equal to the current PointCardReadWriteStates.

Equals(Object)

Determines whether the specified Object is equal to the current PointCardReadWriteStates.

Equals(PointCardReadWriteStates, PointCardReadWriteStates)

Determines whether the specified PointCardReadWriteStates instances are equal.

Equals(PointCardReadWriteStates)

Determines whether the specified PointCardReadWriteStates is equal to the current PointCardReadWriteStates.

public bool Equals (Microsoft.PointOfService.PointCardReadWriteStates states);
override this.Equals : Microsoft.PointOfService.PointCardReadWriteStates -> bool
Public Function Equals (states As PointCardReadWriteStates) As Boolean

Parameters

states
PointCardReadWriteStates

The PointCardReadWriteStates to be compared with the current PointCardReadWriteStates

Returns

True if the specified PointCardReadWriteStates is equal to the current PointCardReadWriteStates; otherwise, false.

Applies to

Equals(Object)

Determines whether the specified Object is equal to the current PointCardReadWriteStates.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

True if the specified object is equal to the current PointCardReadWriteStates; otherwise, false.

Applies to

Equals(PointCardReadWriteStates, PointCardReadWriteStates)

Determines whether the specified PointCardReadWriteStates instances are equal.

public static bool Equals (Microsoft.PointOfService.PointCardReadWriteStates a, Microsoft.PointOfService.PointCardReadWriteStates b);
static member Equals : Microsoft.PointOfService.PointCardReadWriteStates * Microsoft.PointOfService.PointCardReadWriteStates -> bool
Public Shared Function Equals (a As PointCardReadWriteStates, b As PointCardReadWriteStates) As Boolean

Parameters

a
PointCardReadWriteStates

The first PointCardReadWriteStates instance

b
PointCardReadWriteStates

The second PointCardReadWriteStates instance

Returns

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

Applies to