Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return (BottomFrontLeftCorner.GetHashCode() * 397) ^ Width;
     }
 }
Ejemplo n.º 2
0
 protected bool Equals(Box other)
 {
     return BottomFrontLeftCorner.Equals(other.BottomFrontLeftCorner) && Width == other.Width;
 }