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