inheritsFrom

inheritsFrom(type: Type): Boolean;

The inheritsFrom method of the JadeInterface class returns true if the receiver interface and type specified in the type parameter are the same interface; otherwise it returns false.

To determine if an interface extends another interface, use the JadeInterface class extends method.