Example #1
0
 protected bool Equals(SafetyController other)
 {
     return(SoftLowerLimit.Equals(other.SoftLowerLimit) && SoftUpperLimit.Equals(other.SoftUpperLimit) &&
            KPosition.Equals(other.KPosition) && KVelocity.Equals(other.KVelocity));
 }