HashCodeCombineT1, T2, T3(T1, T2, T3) Method

Combines three hash codes

Definition

Namespace: Metas.UncLib.Core.Misc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static int Combine<T1, T2, T3>(
	T1 item1,
	T2 item2,
	T3 item3
)

Parameters

item1  T1
Item 1
item2  T2
Item 2
item3  T3
Item 3

Type Parameters

T1
Type 1
T2
Type 2
T3
Type 3

Return Value

Int32

See Also