Share via


PointCardReceiveLengths.Equals Method (PointCardReceiveLengths, PointCardReceiveLengths)

2/27/2008

Determines whether the specified PointCardReceiveLengths instances are equal.

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

Syntax

'Declaration
Public Shared Function Equals ( _
    a As PointCardReceiveLengths, _
    b As PointCardReceiveLengths _
) As Boolean
public static bool Equals (
    PointCardReceiveLengths a,
    PointCardReceiveLengths b
)
public:
static bool Equals (
    PointCardReceiveLengths a, 
    PointCardReceiveLengths b
)
public static boolean Equals (
    PointCardReceiveLengths a, 
    PointCardReceiveLengths b
)
public static function Equals (
    a : PointCardReceiveLengths, 
    b : PointCardReceiveLengths
) : boolean

Parameters

  • b
    The second PointCardReceiveLengths instance

Return Value

A boolean value indicating whether the specified instances are equal. The boolean is true if a is equal to b; otherwise, it is false.

Remarks

Determines whether the specified PointCardReceiveLengths instances are equal.

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