IndexedItemTEquals Method (Object) |
Returns a value indicating whether this instance is equal to a specified IndexedItem.
Note that this method compares both index and item. If both Index and Item of this instance and
obj are equal then it returns true else returns false.
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
IndexedItem instance to compare.
Return Value
Type:
BooleanReturns true if obj has the same index and item values as of this instance;
otherwise, false.
See Also