Piccolo.NET

PNodeList.Contains Method 

Determines whether the list contains a specific node.

public bool Contains(
   PNode node
);

Parameters

node
The node to locate in the list.

Return Value

True if the node is found in the list; otherwise, false.

See Also

PNodeList Class | UMD.HCIL.Piccolo.Util Namespace