Tests whether an object matches the criterion for the Style.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public virtual bool Matches(
	Object item
)
Visual Basic (Declaration)
Public Overridable Function Matches ( _
	item As Object _
) As Boolean

Parameters

item
Type: System..::.Object
The object to be tested.

Return Value

true if the object matches the criterion; otherwise false.

Implements

IStyleMatcher..::.Matches(Object)

See Also