CashCount.op_Inequality Method
2/27/2008
Compares the specified CashCount and object to determine whether they are different.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
a As CashCount, _
b As Object _
) As Boolean
public static bool operator != (
CashCount a,
Object b
)
public:
static bool operator != (
CashCount a,
Object^ b
)
Parameters
- a
The CashCount to be compared to b.
- b
The object to be compared to a.
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