isInstance

From Documentation
Revision as of 08:29, 17 December 2010 by Char (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Class isInstance(Object class, Object value);
i.e., CommonFns.isInstance(Object, Object)

Tests whether an object (the second argument, value) is an instance of a class (the first argument, class). You could specify a class or the class name as the first argument.

Version History

Last Update : 2010/12/17


Version Date Content
     



Last Update : 2010/12/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.