Click or drag to resize

HashCodeAggregate Method

Aggregates the specified values to a single hash code.

Namespace: TomsToolbox.Essentials
Assembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static int Aggregate(
	int hash1,
	int hash2
)

Parameters

hash1  Int32
The first hash code.
hash2  Int32
The second hash code.

Return Value

Int32
A new hash code calculated from the specified ones.
See Also