/*
 * Method Name	: isEqual 
 *
 * Synopsis	: public int Screen::isEqual( Screen& s)
 *
 * Parameters	: Screen& s	- Reference to a Screen object 
 *
 * Description	: isEqual returns true if two screens are equal; that is, the height, width and 
 *		  contents of the two screens must be all the same
 *
 * Returns	: 1 if the two screens are equal and 0 otherwise.
 *
 * See Also	: Class twoDimBoundedBuffer 
 */


Author: Graeme Burnett    
Draft
  Last Updated :