Search
CommandList.Contains Method
See Also
 





Determines whether the specified command is contained within the collection.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Contains (
    Command value
)

Visual Basic  Copy Code

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

 Parameters

value
The Command that might be contained within the collection.

 Return Value

 See Also