CashCount Struct
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.
Represents an individual count of a particular type of currency for a Cash Changer or Bill Dispenser device.
public struct CashCount
type CashCount = struct
Public Structure CashCount
- Inheritance
-
CashCount
Constructors
CashCount(CashCountType, Int32, Int32) |
Creates an instance of the CashCount structure from parameters specifying the instance's constituent parts. |
Properties
Count |
Gets the number of bills or coins. |
NominalValue |
Gets the face value of the bill or coin. |
Type |
Gets the type of cash, currency or coins. |
Methods
Equals(CashCount, CashCount) | |
Equals(CashCount) | |
Equals(Object) | |
GetHashCode() |
Operators
Equality(CashCount, Object) |
Compares the specified CashCount and object to determine whether they are the same. |
Inequality(CashCount, Object) |
Compares the specified CashCount and object to determine whether they are different. |