ChromosomeBase.CompareTo Method

GeneticSharp

ChromosomeBase CompareTo Method GeneticSharp
Compares the current object with another object of the same type.

Namespace: GeneticSharp.Domain.Chromosomes
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public int CompareTo(
	IChromosome other
)
public int CompareTo(
	IChromosome other
)

Return Value

Type: OnlineInt32
The to.

Implements

OnlineIComparable T  CompareTo(T)
See Also