Model Term Collection.Contains Method
Returns whether the collection contains the specified term.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the collection contains item; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool Contains(
ModelTerm item
)
Parameters
- item ModelTerm
Return Value
Booleantrue if the collection contains item; otherwise false.