Operator Inequality
Inequality(JsonRpcId, JsonRpcId)
Tests two JsonRpcId instances for inequality.
Declaration
public static bool operator !=(JsonRpcId lhs, JsonRpcId rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonRpcId | lhs | First JsonRpcId instance to compare to second. |
| JsonRpcId | rhs | Second JsonRpcId instance to compare to first. |
Returns
| Type | Description |
|---|---|
| Boolean | true if both instances are not considered equal, otherwise false. |