[This is preliminary documentation and is subject to change.]
This returns true if this ObjectClass is either the same as the
given one or is derived from it.
| C# |
public bool IsTypeOf( ObjectClass oc )
- oc (ObjectClass)
- The ObjectClass to test against
True if this class is or is derived from the given class.