Method | Description | |
---|---|---|
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.
|
|
ToString ( ) : string |
Returns a human readable string describing this instance.
|
|
operator ( ) : bool |
Inequality operator.
|
Method | Description | |
---|---|---|
AddRange ( IEnumerable items ) : void | ||
AddRange ( IEnumerable |
||
AddRange ( int items ) : void | ||
Mix ( uint h ) : uint |
Mixes the given hash value. This function must be in an unchecked context. |
|
RotateLeft ( uint h, byte amount ) : uint |
Rotates left.
|
public Add ( int item ) : void | ||
item | int | The item to add to the calculated hash. |
return | void |
public Add ( object item ) : void | ||
item | object | The item to add to the calculated hash. If this parameter is
/// |
return | void |
public Equals ( object obj ) : bool | ||
obj | object | Another object to compare to. |
return | bool |