Click or drag to resize
SnpItemEquals Method
Overload List
  NameDescription
Public methodEquals(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.
(Overrides ObjectEquals(Object).)
Public methodEquals(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.
Top
See Also