Share via


GraphNodeId.Contains Method

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Function Contains ( _
    identifier As GraphNodeId _
) As Boolean
public bool Contains(
    GraphNodeId identifier
)
public:
bool Contains(
    GraphNodeId^ identifier
)
member Contains : 
        identifier:GraphNodeId -> bool 
public function Contains(
    identifier : GraphNodeId
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

GraphNodeId Class

Microsoft.VisualStudio.GraphModel Namespace