public boolean equals(Object other) 
{
	return (this == other);
} // end equals
// Version 4.0
