Decision Variable Collection.Contains Name Method
Returns a value whether the collection contains a variable with the specified name.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the collection contains a variable named name; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool ContainsName(
string name
)
Parameters
- name String
- The name to look up.
Return Value
Booleantrue if the collection contains a variable named name; otherwise false.