Checks whether the specified DiagramItem is contained within the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool Contains ( |
Visual Basic
Copy Code
|
|---|
Public Function Contains( _ |
The DiagramItem to search for in the collection.
true if the specified item is contained in the collection; otherwise, false.
See Also