메소드 | 설명 | |
---|---|---|
Add ( int item ) : void |
Adds item to the calculated hash.
|
|
Add ( object item ) : void |
Adds item to the calculated hash.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
MultiplyByPrimesHash ( ) : System.Collections |
Initializes a new instance of the MultiplyByPrimesHash class.
|
|
ToString ( ) : string |
Returns a human readable string describing this instance.
|
|
operator ( ) : bool |
Inequality operator.
|
메소드 | 설명 | |
---|---|---|
AddRange ( IEnumerable items ) : void | ||
AddRange ( IEnumerable |
||
AddRange ( int items ) : void |
public Add ( int item ) : void | ||
item | int | The item to add to the calculated hash. |
리턴 | void |
public Add ( object item ) : void | ||
item | object | The item to add to the calculated hash. If this parameter is
/// |
리턴 | void |
public Equals ( object obj ) : bool | ||
obj | object | Another object to compare to. |
리턴 | bool |
public MultiplyByPrimesHash ( ) : System.Collections | ||
리턴 | System.Collections |