Model Term.Equals Method
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
Overload List
| Equals( | Returns whether one model term equals another. |
| Equals( | Determines whether the specified object is equal to the current object. |
Equals(ModelTerm)
Returns whether one model term equals another.
public virtual bool Equals(
ModelTerm other
)Parameters
- other ModelTerm
- The model term to compare to.
Return Value
Booleantrue if this model term is equal to other; otherwise false.
Implements
IEquatable<T>.Equals(T)Equals(Object)
Determines whether the specified object is equal to the current object.
public override bool Equals(
Object? obj
)Parameters
- obj Object
- The object to compare with the current object.
Return Value
Booleantrue if the specified object is equal to the current object; otherwise, false.