ConstraintCollection.Contains Method

Determines if the specified constraint is in the collection.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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