ClosureFindElementOperation.Matches(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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