| 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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
 Syntax
Syntaxpublic bool Equals(
	SnpItem other
)
Public Function Equals ( 
	other As SnpItem
) As Boolean
public:
virtual bool Equals(
	SnpItem^ other
) sealed
abstract Equals : 
        other : SnpItem -> bool 
override Equals : 
        other : SnpItem -> bool 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
See Also