Method Equals
Equals(Object)
Checks if an object is equal to the existing instance of JSONObject.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | An object to be compared. |
Returns
Type | Description |
---|---|
System.Boolean | Boolean value true or false. |
Overrides
System.Object.Equals(System.Object)