示例#1
0
 bool IEquatable <BaseApproximation> .Equals(BaseApproximation other)
 {
     return(_baseFunction.Equals(other._baseFunction) && _nodes.Equals(other._nodes));
 }