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