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
- o
Type: System.Object
Return Value
Type: System.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.