Share via


PointCardReceiveLengths.Equals Method (Object)

2/27/2008

Determines whether the specified object is equal to the current PointCardReceiveLengths.

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

A boolean value that is true if the specified object is equal to the current PointCardReceiveLengths and false otherwise.

Remarks

Determines whether the specified object is equal to the current PointCardReceiveLengths.

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

PointCardReceiveLengths Structure
PointCardReceiveLengths Members
Microsoft.PointOfService Namespace