protected bool Equals(BendEvent other)
 {
     return(base.Equals(other) && Value == other.Value);
 }
Exemplo n.º 2
0
 protected bool Equals(BendEvent other)
 {
     return base.Equals(other) && Value == other.Value;
 }