Share via


RegistryEnvironment.CompareTo Method

Namespace:  Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As RegistryEnvironment _
) As Integer
public int CompareTo(
    RegistryEnvironment other
)
public:
int CompareTo(
    RegistryEnvironment^ other
)
member CompareTo : 
        other:RegistryEnvironment -> int
public function CompareTo(
    other : RegistryEnvironment
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

RegistryEnvironment Class

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace