public bool Equals(IUnitTestViewElement other)
		{
			return Equals(other as GallioTestElement);
		}
 public bool Equals(IUnitTestViewElement other)
 {
     return(Equals(other as GallioTestElement));
 }