Click or drag to resize
HashCodeCombine Method (Int32, Int32)
Returns the combination of hash1 and hash2.

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static int Combine(
	int hash1,
	int hash2
)

Parameters

hash1
Type: SystemInt32
hash2
Type: SystemInt32

Return Value

Type: Int32
See Also