SelectedNodeCollection.Contains Method (Node)

 

Determines whether the collection contains a specific node.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public bool Contains(
    Node node
)
public:
bool Contains(
    Node^ node
)
member Contains : 
        node:Node -> bool
Public Function Contains (
    node As Node
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if the node is located in the collection; otherwise, false.

See Also

SelectedNodeCollection
Microsoft.ManagementConsole Namespace

Return to top