Linguaggio

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

Name Description
CashCounts(CashCount[], Boolean)

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

Properties

Name Description
Counts
Discrepancy

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

Methods

Name Description
Equals(CashCounts, CashCounts)
Equals(CashCounts)
Equals(Object)
GetHashCode()

Operators

Name Description
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