Ejemplo n.º 1
0
 protected bool Equals(Period other)
 {
     return(LeftBorder.Equals(other.LeftBorder) && RightBorder.Equals(other.RightBorder));
 }