Beispiel #1
0
 protected bool Equals(Limit other)
 {
     return(Lower.Equals(other.Lower) && Upper.Equals(other.Upper) && Effort.Equals(other.Effort) && Velocity.Equals(other.Velocity));
 }