Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether an instance implements an interface.
var isImplementedVar = aType.isImplementedBy(typeInstanceVar);
Parameters
- typeInstanceVar
The instance on which the interface is tested.
Return Value
true if typeInstanceVar implements the interface; false if typeInstanceVar does not implement the interface, or if it is undefined or null.
Remarks
Use the isImplementedBy method to determine whether an instance implements a specific interface.