Operator operator !=
operator !=(Hash128, Hash128)
Compares two hashes for inequality.
Declaration
public static bool operator !=(Hash128 obj1, Hash128 obj2)Parameters
| Type | Name | Description | 
|---|---|---|
| Hash128 | obj1 | The first hash to compare. | 
| Hash128 | obj2 | The second hash to compare. | 
Returns
| Type | Description | 
|---|---|
| bool | Whether the two hashes are unequal. |