DecisionVariableCollection.Contains Method

Determines if the specified variable is in the collection.

Definition

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

Parameters

item  DecisionVariable
The DecisionVariable to search for in the collection.

Return Value

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

See Also