Search
ReadOnlyDiagramNodeCollection.Contains Method
See Also
 





Checks whether the specified DiagramNode is contained within the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Contains (
    DiagramNode node
)

Visual Basic  Copy Code

Public Function Contains( _
    node As DiagramNode _
) As Boolean

 Parameters

node

The DiagramNode to search for in the collection.

 Return Value

true if the specified node is contained in the collection; otherwise, false.

 See Also