ScopeNodeCollection.Contains Method (ScopeNode)
Determines whether a specific ScopeNode object is in the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Contains(
ScopeNode item
)
public:
bool Contains(
ScopeNode^ item
)
member Contains :
item:ScopeNode -> bool
Public Function Contains (
item As ScopeNode
) As Boolean
Parameters
item
Type: Microsoft.ManagementConsole.ScopeNodeThe scope node to locate in the collection.
Return Value
Type: System.Boolean
If the scope node is in the collection, this value is true; otherwise, false.
See Also
Contains Overload
ScopeNodeCollection Class
Microsoft.ManagementConsole Namespace
Return to top