equals
equals(o) (1 of 2)
Determines whether the specified Object is equal to the current instance.
| Parameter | Type | Description |
|---|---|---|
| o | Object | The Object to compare with the current instance. |
Returns: true if value is an instance of Encoding and is equal to the current instance; otherwise, false.
equals(other) (2 of 2)
Determines whether the specified Encoding object is equal to the current instance.
| Parameter | Type | Description |
|---|---|---|
| other | Encoding | The Encoding object to compare with the current instance. |
Returns: true if value is equal to the current instance; otherwise, false.