Method Equals
Equals(Object)
Checks if the obj is equal to JSONNull 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 JSONNull |