CashCounts.Equality(CashCounts, Object) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the specified CashCounts and object and determines whether they are equal.
public static bool operator == (Microsoft.PointOfService.CashCounts a, object b);
static member ( = ) : Microsoft.PointOfService.CashCounts * obj -> bool
Public Shared Operator == (a As CashCounts, b As Object) As Boolean
Parameters
The CashCounts to compare with b.
- b
- Object
The object to compare with a.
Returns
True if a and b are equal. Otherwise, false.