Share via


CashCount.Equals Method (CashCount, CashCount)

2/27/2008

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

Syntax

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

Parameters

  • a
  • b

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

CashCount Structure
CashCount Members
Microsoft.PointOfService Namespace