Method Equals
Equals(Object)
Checks if an object is equal to this instance of JSONArray.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj | An object of the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy. |
Returns
| Type | Description |
|---|---|
| System.Boolean | An object of the ultimate base class of all classes in the .NET Framework. |
Overrides
System.Object.Equals(System.Object)