Search
ReadOnlyDiagramLinkCollection.Contains Method
See Also
 





Checks whether the specified DiagramLink is contained within the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Contains (
    DiagramLink link
)

Visual Basic  Copy Code

Public Function Contains( _
    link As DiagramLink _
) As Boolean

 Parameters

link

The DiagramLink to search for in the collection.

 Return Value

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

 See Also