Exemplo n.º 1
0
 protected bool Equals(ColoredTriangle other)
 {
     return(FirstSide.Equals(other.FirstSide) &&
            SecondSide.Equals(other.SecondSide) &&
            ThirdSide.Equals(other.ThirdSide));
 }