ItemMerge.CompareTo Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Function CompareTo ( _
other As ItemMerge _
) As Integer
public int CompareTo(
ItemMerge other
)
public:
virtual int CompareTo(
ItemMerge^ other
) sealed
abstract CompareTo :
other:ItemMerge -> int
override CompareTo :
other:ItemMerge -> int
public final function CompareTo(
other : ItemMerge
) : int
Parameters
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.