Method Equals
Equals(RawHash)
Determines if the current hash instance is equivalent to the specified hash.
Declaration
public bool Equals(RawHash other)
Parameters
| Type | Name | Description |
|---|---|---|
| RawHash | other | The hash to compare to. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the hashes are equivalent. Returns false otherwise. |
Implements
Equals(object)
Determines if the current hash instance is equivalent to the specified hash.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The hash to compare to. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the hashes are equivalent. Returns false otherwise. |