Rule::CompareTo Method (Object^)

 

Compares the rule to another object.

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

public:
virtual int CompareTo(
	Object^ obj
) sealed

Parameters

obj
Type: System::Object^

The other object.

Return Value

Type: System::Int32

1 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.

Return to top
Show: