MindFusion.Wpf Pack Programmer's Guide
ContentCollection.Contains Method
See Also
 





Gets a value that indicates whether the item is a member of the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Contains (
    Object value
)

Visual Basic  Copy Code

Public Function Contains( _
    value As Object _
) As Boolean

 Parameters

value

The item to locate in the list.

 Return Value

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

 See Also

ContentCollection Members
ContentCollection Class
MindFusion.Diagramming.Wpf Namespace