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





Determines whether the specified command is contained within the collection.

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

 Syntax

C#  Copy Code

public bool Contains (
    Command value
)

Visual Basic  Copy Code

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

 Parameters

value

 Return Value

 See Also

CommandList Members
CommandList Class
MindFusion.Diagramming.Wpf.Commands Namespace