C# Class Itenso.TimePeriod.HashTool

Some hash utility methods for use in the implementation of value types and collections.
ファイルを表示 Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
AddHashCode ( int hash, int objHash ) : int
AddHashCode ( int hash, object obj ) : int
ComputeHashCode ( ) : int
ComputeHashCode ( IEnumerable enumerable ) : int
ComputeHashCode ( object obj ) : int

Method Details

AddHashCode() public static method

public static AddHashCode ( int hash, int objHash ) : int
hash int
objHash int
return int

AddHashCode() public static method

public static AddHashCode ( int hash, object obj ) : int
hash int
obj object
return int

ComputeHashCode() public static method

public static ComputeHashCode ( ) : int
return int

ComputeHashCode() public static method

public static ComputeHashCode ( IEnumerable enumerable ) : int
enumerable IEnumerable
return int

ComputeHashCode() public static method

public static ComputeHashCode ( object obj ) : int
obj object
return int