Operator operator ==
operator ==(RawHash, RawHash)
Determines if the left hash instance is equivalent to the right hash.
Declaration
public static bool operator ==(RawHash left, RawHash right)
Parameters
| Type | Name | Description |
|---|---|---|
| RawHash | left | The hash to compare against. |
| RawHash | right | The hash to compare to. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the hashes are equivalent. Returns false otherwise. |