Method Equals
Equals(Object)
Checks if obj 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)