Allows callers to verify whether an object implements an interface.
implementsInterface(interfaceName: string): boolean
Returns true if the object implements a given interface.
Name of the interface to look for.
Copyright © GrapeCity, inc. All rights reserved.
Allows callers to verify whether an object implements an interface.