Glyph Version 7.22.2 Base Type Object |
equals
This action checks if the the given object refers to the same object as this object. Parameters
ReturnsThis action returns a boolean, which is true if the given object is the same as this object. ExampleCode $doma equals $domb Output 0 |
This action checks if the the given object refers to the same object as this object.
$object equals object
This action gets the type of this object.
$object getType
This action checks if this object is of the given type.
$object isOfType type