Method Equals
Equals(Object)
Checks if object is equal to JSON value object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared. |
Returns
Type | Description |
---|---|
System.Boolean | True, if obj is equal to this object. |
Overrides
System.Object.Equals(System.Object)