Share via


CashCount.Equals Method (CashCount)

2/27/2008

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

Syntax

'Declaration
Public Function Equals ( _
    count As CashCount _
) As Boolean
public bool Equals (
    CashCount count
)
public:
bool Equals (
    CashCount count
)
public boolean Equals (
    CashCount count
)
public function Equals (
    count : CashCount
) : boolean

Parameters

  • count

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