Artificial Mind Help

GeneCollection.Contains Method 

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

public bool Contains(
   Gene value
);

Parameters

value
A Gene to search for in the collection.

Return Value

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

See Also

GeneCollection Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace