ClosureFindElementOperation.Matches(ModelElement) Method

Definition

abstract method to determine that an element matches the one described by this find operation

public:
 virtual bool Matches(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public virtual bool Matches (Microsoft.VisualStudio.Modeling.ModelElement element);
abstract member Matches : Microsoft.VisualStudio.Modeling.ModelElement -> bool
override this.Matches : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Overridable Function Matches (element As ModelElement) As Boolean

Parameters

element
ModelElement

the target element to compare

Returns

true if the element matches

Applies to