A Genetic Programming Framework for .NET

GenerationHistory.Contains Method 

Gets a value indicating whether the collection contains the specified HistoryInfo.

public bool Contains(
   string key
);

Parameters

key
The name of the HistoryInfo to search for in the collection.

Return Value

true if the collection contains the specified item; otherwise, false.

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace