equals

equals(object)

Determines whether the specified object is equal to the current object.

equals(obj)
ParameterTypeDescription
objobjectThe object to compare with the current object.

Return Value

true

if the specified object is equal to the current object; otherwise, false.

See Also