CashCounts.Equals Method (CashCounts) (POS for .NET v1.14 SDK Documentation)
3/2/2014
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Function Equals ( _
counts As CashCounts _
) As Boolean
public bool Equals (
CashCounts counts
)
public:
bool Equals (
CashCounts counts
)
public boolean Equals (
CashCounts counts
)
public function Equals (
counts : CashCounts
) : boolean
Parameters
- counts
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
CashCounts Structure
CashCounts Members
Microsoft.PointOfService Namespace