ValidationTask.IsMatch(ValidationTask) Method
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.
C++
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
- task
- ValidationTask
Task to compare to.
Whether task messages match.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |