Search
ReadOnlyDiagramItemCollection.Contains Method
See Also
 





Checks whether the specified DiagramItem is contained within the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Contains (
    DiagramItem item
)

Visual Basic  Copy Code

Public Function Contains( _
    item As DiagramItem _
) As Boolean

 Parameters

item

The DiagramItem to search for in the collection.

 Return Value

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

 See Also