HashCode Structure

Hash Code

Definition

Namespace: Metas.UncLib.Core.Misc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public struct HashCode
Inheritance
Object    ValueType    HashCode

Methods

AddT(T) Adds item
AddT(T) Adds items
AddT(IEnumerableT) Adds items
CombineT1(T1) Combines multiple hash codes
CombineT1, T2(T1, T2) Combines two hash codes
CombineT1, T2(T1, T2) Combines multiple hash codes
CombineT1, T2, T3(T1, T2, T3) Combines three hash codes
CombineT1, T2, T3(T1, T2, T3) Combines multiple hash codes
CombineT1, T2, T3, T4(T1, T2, T3, T4) Combines four hash codes
CombineT1, T2, T3, T4(T1, T2, T3, T4) Combines multiple hash codes
CombineT1, T2, T3, T4, T5(T1, T2, T3, T4, T5) Combines five hash codes
CombineT1, T2, T3, T4, T5(T1, T2, T3, T4, T5) Combines multiple hash codes
CombineT1, T2, T3, T4, T5, T6(T1, T2, T3, T4, T5, T6) Combines six hash codes
CombineT1, T2, T3, T4, T5, T6(T1, T2, T3, T4, T5, T6) Combines multiple hash codes
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init Initializes hash code
ToHashCode To hash code
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also