Ds\Hashable::equals
(PECL ds >= 1.0.0)
Ds\Hashable::equals — Determines whether an object is equal to the current instance
说明
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.
注意:
It's guaranteed that
obj
is an instance of the same class.
警告
It's important that objects which are equal also have the same hash value. See Ds\Hashable::hash().
参数
obj
-
The object to compare the current instance to, which is always an instance of the same class.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。