ModelTerm.Equals Method

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2

Overload List

Equals(ModelTerm) Returns whether one model term equals another.
Equals(Object)Determines whether the specified object is equal to the current object.

Equals(ModelTerm)

Returns whether one model term equals another.
C#
public virtual bool Equals(
	ModelTerm other
)

Parameters

other  ModelTerm
The model term to compare to.

Return Value

Boolean
true if this model term is equal to other; otherwise false.

Implements

IEquatable<T>.Equals(T)

See Also