CheckableSelectableListNodeListIndexOfObject Method |
Gets the indexes of the provided object.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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