Click or drag to resize

SelectableListNodeListIndexOfObject Method

Returns the index of the first node whose tag equals the specified object.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int IndexOfObject(
	Object o
)

Parameters

o  Object
The object to search for.

Return Value

Int32
The zero-based index of the matching node, or -1 if no match was found.
See Also