Click or drag to resize
SnpItemEquals Method (Object)
Indicates whether the SnpItem is equal to another SnpItem. This compares the exact values of all four properties. AlleleOne is compared with other.AlleleOne, and AlleleTwo is compared with other.AlleleTwo.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
A SnpItem to compare with this SnpItem. If this parameter is not of type SnpItem, then false is returned.

Return Value

Type: Boolean
true if the current SnpItem is equal to the other SnpItem; otherwise, false.
See Also