Share via


CashUnits Struct

Definition

Holds arrays of bill and coin types for use in POS devices such as Cash Changers and Bill Dispensers.

public struct CashUnits
type CashUnits = struct
Public Structure CashUnits
Inheritance
CashUnits

Constructors

CashUnits(Int32[], Int32[])

Creates an instance of the CashUnits class from parameters specifying the constituent parts of the instance.

Properties

Bills
Coins

Methods

Equals(CashUnits, CashUnits)
Equals(CashUnits)
Equals(Object)
GetHashCode()

Operators

Equality(CashUnits, Object)

Compares the specified CashUnits and object to determine whether they are equal.

Inequality(CashUnits, Object)

Returns a value that indicates whether an instance of CashUnits and an object are not equal.

Applies to