Gene.Equals Method (Gene)

GeneticSharp

Gene Equals Method (Gene) GeneticSharp
Determines whether the specified Gene is equal to the current Gene.

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

Syntax

public bool Equals(
	Gene other
)
public bool Equals(
	Gene other
)

Parameters

other
Type: GeneticSharp.Domain.Chromosomes Gene
The Gene to compare with the current Gene.

Return Value

Type: OnlineBoolean
true if the specified Gene is equal to the current Gene; otherwise, false.

Implements

OnlineIEquatable T  Equals(T)
See Also