SnpItem Methods |
The SnpItem type exposes the following members.
Name | Description | |
---|---|---|
Equals(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).) | |
Equals(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.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Generates a unique hashcode based on the data members in the item.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |