2.24 :instance_of()

This method examines if the object is directly or indirectly derived from a particular Model.

Definition

boolean :instance_of
(
  object Model input
)

Parameters

object Model input
The Model that shall be searched in the .model chain of the object.

Return value

The method returns true if the Model given in the Model parameter is contained in the .model chain of the object, false otherwise.

See also

Attribute .model