Operator Equality
Equality(JsonRpcId, JsonRpcId)
Tests two JsonRpcId instances for equality.
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 considered equal, otherwise false . |