ValidationMessage::Equals Method (Object^)

 

Checks to see whether the validation message is equal to another object.

Namespace:   Microsoft.VisualStudio.Modeling.Validation
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to test for equality.

Return Value

Type: System::Boolean

true if the validation message and object is the same; otherwise, false.

Return to top
Show: