Returns a Boolean value indicating whether an object exists in another object's prototype chain.
object1.isPrototypeOf(object2)  | 
Returns a Boolean value indicating whether an object exists in another object's prototype chain.
object1.isPrototypeOf(object2)  | 
Arguments
Remarks
Example
Requirements
See Also