Rule::CompareTo Method (Rule^)

 

Compares the rule to another rule by their IDs.

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

public:
virtual int CompareTo(
	Rule^ other
) sealed

Parameters

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

The other rule.

Return Value

Type: System::Int32

Compares the IDs of the two rules.

Return to top
Show: