Gene.Equals Method (Object)

GeneticSharp

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

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 Gene.

Return Value

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