Rule::Equals Method (Rule^)

 

Verifies whether a rule is equal to another rule.

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

public:
bool Equals(
	Rule^ rule
)

Parameters

rule
Type: Microsoft.VisualStudio.Modeling::Rule^

The other rule.

Return Value

Type: System::Boolean

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

Return to top
Show: