Click or drag to resize
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: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
IndexedItem instance to compare.

Return Value

Type: Boolean
Returns true if obj has the same index and item values as of this instance; otherwise, false.
See Also