Convergence Test Collection<T>.Contains Method
Determines whether the ConvergenceTestCollection<T> contains a specific item.
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if item is found in the collection; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool Contains(
ConvergenceTest<T> item
)
Parameters
- item ConvergenceTest<T>
- The ConvergenceTest<T> to locate in the collection.
Return Value
Booleantrue if item is found in the collection; otherwise false.