SelectableListNodeListIndexOfObject Method |
Returns the index of the first node whose tag equals the specified object.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int IndexOfObject(
Object o
)
Parameters
- o Object
- The object to search for.
Return Value
Int32The zero-based index of the matching node, or -1 if no match was found.
See Also