ChromosomeBase Equals Method | GeneticSharp |
Determines whether the specified Object is equal to the current ChromosomeBase.
Namespace: GeneticSharp.Domain.ChromosomesAssembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434
Syntax
Parameters
- obj
- Type: System Object
The Object to compare with the current ChromosomeBase.
Return Value
Type: Booleantrue if the specified Object is equal to the current ChromosomeBase; otherwise, false.
See Also