Constraint
            
            
            Determines if the specified constraint is in the collection.
            
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
true if the Constraint is in this collection; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public bool Contains(
	Constraint item
)Parameters
- item Constraint
- The Constraint to search for in the collection.
Return Value
Booleantrue if the Constraint is in this collection; otherwise, false.