Operator operator !=
operator !=(RawHash, RawHash)
Determines if the left hash instance is not 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 not equivalent. Returns false otherwise. |