ModelTermCollection.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.0
C#
public bool Contains(
	ModelTerm item
)

Parameters

item  ModelTerm

Return Value

Boolean
true if the collection contains item; otherwise false.

Implements

ICollection<T>.Contains(T)

See Also