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. |
obj | object to be compared |
Returns
Type | Description |
---|---|
System. |
true if obj is equal to this object |
Overrides
System.Object.Equals(System.Object)