Skip to main content
Version: Next

Is Instance Of

Checks if the object is an instance of the Olympe data type

Description

Checks whether the object is an instance of the given Olympe data type

Inputs

  • object (Object): The object to check. You can also plug the tag of the object in here
  • type (Type): The data model of which the object is checked to be an instance

Outputs

  • result (Boolean): Returns True if the object is an instance of the data model. False if the object is not an instance