Share via


PointCardReadWriteStates.Equals Method (PointCardReadWriteStates)

2/27/2008

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

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

Syntax

'Declaration
Public Function Equals ( _
    states As PointCardReadWriteStates _
) As Boolean
public bool Equals (
    PointCardReadWriteStates states
)
public:
bool Equals (
    PointCardReadWriteStates states
)
public boolean Equals (
    PointCardReadWriteStates states
)
public function Equals (
    states : PointCardReadWriteStates
) : boolean

Parameters

  • states
    The PointCardReadWriteStates to be compared with the current PointCardReadWriteStates

Return Value

True if the specified PointCardReadWriteStates is equal to the current PointCardReadWriteStates; 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