ConstraintCollection.Contains Method

Determines if the specified constraint is in the collection.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool Contains(
	Constraint item
)

Parameters

item  Constraint
The Constraint to search for in the collection.

Return Value

Boolean
true if the Constraint is in this collection; otherwise, false.

See Also