Rule::CompareTo Method (Object^)
Visual Studio 2015
Compares the rule to another object.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- obj
-
Type:
System::Object^
The other object.
Return Value
Type: System::Int321 if the object is greater than the specified rule, 0 if the object equals the specified rule, -1 if the object is less than the specified rule.
Implements
IComparable::CompareTo(Object^)
Show: