Method | Description | |
---|---|---|
AddHashCode ( int hash, int objHash ) : int | ||
AddHashCode ( int hash, object obj ) : int | ||
ComputeHashCode ( IEnumerable enumerable ) : int |
public static AddHashCode ( int hash, int objHash ) : int | ||
hash | int | |
objHash | int | |
return | int |
public static AddHashCode ( int hash, object obj ) : int | ||
hash | int | |
obj | object | |
return | int |
public static ComputeHashCode ( IEnumerable enumerable ) : int | ||
enumerable | IEnumerable | |
return | int |