Rule::Equals Method (Object^)

 

Verifies whether the rule is equal to another object.

Namespace:   Microsoft.VisualStudio.Modeling
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 other object.

Return Value

Type: System::Boolean

true if the rule is equal to another object; otherwise, false.

Return to top
Show: