ChromosomeBase CompareTo Method | GeneticSharp |
Compares the current object with another object of the same type.
Namespace: GeneticSharp.Domain.ChromosomesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- other
- Type: GeneticSharp.Domain.Chromosomes IChromosome
Other.
Return Value
Type: Int32The to.
Implements
IComparable T CompareTo(T)See Also