protected bool Equals(BendEvent other)
 {
     return(base.Equals(other) && Value == other.Value);
 }
 protected bool Equals(BendEvent other)
 {
     return base.Equals(other) && Value == other.Value;
 }