CashCount.Equals Method
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.
Overloads
Equals(CashCount) | |
Equals(Object) | |
Equals(CashCount, CashCount) |
Equals(CashCount)
Equals(Object)
Equals(CashCount, CashCount)
public static bool Equals (Microsoft.PointOfService.CashCount a, Microsoft.PointOfService.CashCount b);
static member Equals : Microsoft.PointOfService.CashCount * Microsoft.PointOfService.CashCount -> bool
Public Shared Function Equals (a As CashCount, b As CashCount) As Boolean