PointCardReceiveLengths.Equals Method (PointCardReceiveLengths)
2/27/2008
Determines whether the specified PointCardReceiveLengths is equal to the current PointCardReceiveLengths.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Function Equals ( _
lengths As PointCardReceiveLengths _
) As Boolean
public bool Equals (
PointCardReceiveLengths lengths
)
public:
bool Equals (
PointCardReceiveLengths lengths
)
public boolean Equals (
PointCardReceiveLengths lengths
)
public function Equals (
lengths : PointCardReceiveLengths
) : boolean
Parameters
- lengths
The PointCardReceiveLengths to be compared with the current PointCardReceiveLengths
Return Value
A boolean value that is true if the specified PointCardReceiveLengths is equal to the current PointCardReceiveLengths and false otherwise.
Remarks
Determines whether the specified PointCardReceiveLengths 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