CheckableSelectableListNodeListIndexOfObject Method |
Gets the indexes of the provided object.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int IndexOfObject(
Object o
)
Parameters
- o Object
- The object to search for.
Return Value
Int32Index of the object in the collection if found; otherwise, -1.
See Also