public struct HashCode
Public Structure HashCode
public value class HashCode
[<SealedAttribute>]
type HashCode =
struct
inherit ValueType
end
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 |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | Initializes hash code |
ToHashCode | To hash code |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |