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: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
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