Interface Identity
Identity conform classes implement an identity test between two objects. This extends standard equality comparison to include more strict rules, e.g. the type of the compared objects must match.
Direct known implementers
Indirect known implementers
Core\Env_File
,
Core\Env_FileList
,
Core\Filter_Value
,
Core\URI_Parameters
Methods summary
public
boolean
|
#
isIdenticalTo( mixed $object )
Tests, whether the current object is identical to another value or object. |