Java Interface >

InstanceOf

InstanceOf
gives True if javaobject is an instance of the class or interface javaclass, or a subclass. Otherwise, it returns False.
InstanceOf
gives True if javaobject is an instance of the named class or interface, or a subclass.
  • InstanceOf mimics the behavior of the Java language's instanceof operator.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF