MobileForms Toolkit Documentation

NodeCollection.Contains Method 

Determines whether the NodeCollection contains a specific element.

public bool Contains(
Node value
);

Parameters

value
The Node to locate in the NodeCollection.

Return Value

true if the NodeCollection contains the specified value; otherwise, false.

See Also

NodeCollection Class | Resco.Controls.AdvancedTree Namespace