Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Compares the rule to another rule by their IDs.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As Rule _
) As Integer
public int CompareTo(
Rule other
)
public:
virtual int CompareTo(
Rule^ other
) sealed
abstract CompareTo :
other:Rule -> int
override CompareTo :
other:Rule -> int
public final function CompareTo(
other : Rule
) : int
Parameters
other
Type: Microsoft.VisualStudio.Modeling.RuleThe other rule.
Return Value
Type: Int32
Compares the IDs of the two rules.
Implements
IComparable.CompareTo(UTP)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.