Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Function CompareTo ( _
    other As VersionControlLink _
) As Integer
public int CompareTo(
    VersionControlLink other
)
public:
virtual int CompareTo(
    VersionControlLink^ other
) sealed
abstract CompareTo : 
        other:VersionControlLink -> int  
override CompareTo : 
        other:VersionControlLink -> int
public final function CompareTo(
    other : VersionControlLink
) : int
Parameters
Return Value
Type: System.Int32
Returns Int32.
Implements
.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.