check a given object for an interface implementation, and check whether this interface is supported for this specific instance.
the object (any sort) from which to check from for the interface
the interface type to check for
whether or not the object implements the given interface
See Implementation
check a given object for an interface implementation, and check whether this interface is supported for this specific instance.