CashCounts.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(CashCounts) | |
Equals(Object) | |
Equals(CashCounts, CashCounts) |
Equals(CashCounts)
public bool Equals (Microsoft.PointOfService.CashCounts counts);
override this.Equals : Microsoft.PointOfService.CashCounts -> bool
Public Function Equals (counts As CashCounts) As Boolean
Parameters
- counts
- CashCounts
Returns
Applies to
Equals(Object)
Equals(CashCounts, CashCounts)
public static bool Equals (Microsoft.PointOfService.CashCounts a, Microsoft.PointOfService.CashCounts b);
static member Equals : Microsoft.PointOfService.CashCounts * Microsoft.PointOfService.CashCounts -> bool
Public Shared Function Equals (a As CashCounts, b As CashCounts) As Boolean