Share via


CashCounts.op_Equality Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Compares the specified CashCounts and object and determines whether they are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    a As CashCounts, _
    b As Object _
) As Boolean
public static bool operator == (
    CashCounts a,
    Object b
)
public:
static bool operator == (
    CashCounts a, 
    Object^ b
)

Parameters

  • b
    The object to compare with a.

Return Value

True if a and b are equal. Otherwise, false.

Remarks

This method compares the specified CashCounts and object and determines whether they 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

CashCounts Structure
CashCounts Members
Microsoft.PointOfService Namespace