ValidationMessage::Equals Method (Object^)
Visual Studio 2015
Checks to see whether the validation message is equal to another object.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- obj
-
Type:
System::Object^
The object to test for equality.
Return Value
Type: System::Booleantrue if the validation message and object is the same; otherwise, false.
Show: