Share via


PointCardReadWriteStates.Equals Method (Object)

2/27/2008

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

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
public override bool Equals (
    Object obj
)
public:
virtual bool Equals (
    Object^ obj
) override
public boolean Equals (
    Object obj
)
public override function Equals (
    obj : Object
) : boolean

Parameters

  • obj

Return Value

True if the specified object 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