Метод | Описание | |
---|---|---|
AddHashCode ( int hash, int objHash ) : int | ||
AddHashCode ( int hash, object obj ) : int | ||
ComputeHashCode ( ) : int | ||
ComputeHashCode ( IEnumerable enumerable ) : int | ||
ComputeHashCode ( object obj ) : int |
public static AddHashCode ( int hash, int objHash ) : int | ||
hash | int | |
objHash | int | |
Результат | int |
public static AddHashCode ( int hash, object obj ) : int | ||
hash | int | |
obj | object | |
Результат | int |
public static ComputeHashCode ( IEnumerable enumerable ) : int | ||
enumerable | IEnumerable | |
Результат | int |
public static ComputeHashCode ( object obj ) : int | ||
obj | object | |
Результат | int |