ChromosomeBase.Equals Method

GeneticSharp

ChromosomeBase Equals Method GeneticSharp
Determines whether the specified OnlineObject is equal to the current ChromosomeBase.

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

Syntax

public override bool Equals(
	Object obj
)
public override bool Equals(
	Object obj
)

Parameters

obj
Type: OnlineSystem Object
The OnlineObject to compare with the current ChromosomeBase.

Return Value

Type: OnlineBoolean
true if the specified OnlineObject is equal to the current ChromosomeBase; otherwise, false.
See Also