Share via


CashCounts Struct

Definition

Defines a programmatic structure used to create an array representing the total cash in a Cash Changer device.

public struct CashCounts
type CashCounts = struct
Public Structure CashCounts
Inheritance
CashCounts

Constructors

CashCounts(CashCount[], Boolean)

Creates an instance of the CashCounts structure from parameters specifying the instance's constituent parts.

Properties

Counts
Discrepancy

Gets a Boolean value that indicates the discrepancy of cash that is not included in the count.

Methods

Equals(CashCounts, CashCounts)
Equals(CashCounts)
Equals(Object)
GetHashCode()

Operators

Equality(CashCounts, Object)

Compares the specified CashCounts and object and determines whether they are equal.

Inequality(CashCounts, Object)

Compares the specified CashCounts and object and determines whether they are unequal.

Applies to