Returns true if the given object matches the criterion of being mapped to the calculator.

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 test.

Return Value

True if the given object matches the mapping criterion. False otherwise.

See Also