Ds\Hashable::equalsDetermines whether an object is equal to the current instance Description
abstract public bool Ds\Hashable::equals(object
$obj )Determines whether another object is equal to the current instance. This method allows objects to be used as keys in structures such as Ds\Map and Ds\Set, or any other lookup structure that honors this interface.
Caution
It's important that objects which are equal also have the same hash value. See Ds\Hashable::hash. Parameters
Return Values
|