Class Test

Object
   |
   +--Test

class Test

Creates a Test object. This test is used to demonstrate the instanceof in JavaScript, used in the equals() method.

Defined in Test.js


Constructor Summary
Test (a,b,c)
           
 
Method Summary
 function equals(anotherTest)
           Returns true, if the provided object is another Test object and has the same values for a,b and c.

Constructor Detail

Test

function Test(a,b,c)
Method Detail

equals

function equals(anotherTest)