Operator operator ==
operator ==(JSONNode, object)
Implements the == operator.
Declaration
public static bool operator ==(JSONNode a, object b)
Parameters
| Type | Name | Description |
|---|---|---|
| JSONNode | a | a. |
| object | b | The b. |
Returns
| Type | Description |
|---|---|
| bool | The result of the operator. |