Click or drag to resize
SnpItemEquals Method (SnpItem)
Indicates whether the SnpItem is equal to another SnpItem. This compares the exact values of all four 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 bool Equals(
	SnpItem other
)

Parameters

other
Type: BioSnpItem
A SnpItem to compare with this SnpItem.

Return Value

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

Implements

IEquatableTEquals(T)
See Also