Share via


FileType.CompareTo Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Function CompareTo ( _
    o As Object _
) As Integer
public int CompareTo(
    Object o
)
public:
virtual int CompareTo(
    Object^ o
) sealed
abstract CompareTo : 
        o:Object -> int 
override CompareTo : 
        o:Object -> int 
public final function CompareTo(
    o : Object
) : int

Parameters

Return Value

Type: System.Int32

Implements

IComparable.CompareTo(Object)

.NET Framework Security

See Also

Reference

FileType Class

Microsoft.TeamFoundation.VersionControl.Server Namespace