ValidationTask.IsMatch(ValidationTask) 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.
Gets whether this task has same message as another one.
public:
bool IsMatch(Microsoft::VisualStudio::Modeling::Shell::ValidationTask ^ task);
public bool IsMatch (Microsoft.VisualStudio.Modeling.Shell.ValidationTask task);
member this.IsMatch : Microsoft.VisualStudio.Modeling.Shell.ValidationTask -> bool
Public Function IsMatch (task As ValidationTask) As Boolean
Parameters
- task
- ValidationTask
Task to compare to.
Returns
Whether task messages match.