equals

equals(o) (1 of 2)

Determines whether the specified Object is equal to the current instance.

ParameterTypeDescription
oObjectThe 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.

ParameterTypeDescription
otherEncodingThe Encoding object to compare with the current instance.

Returns: true if value is equal to the current instance; otherwise, false.