Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function Compare ( _
item1 As String, _
item2 As String, _
item1Length As Integer, _
item2Length As Integer _
) As Integer
public static int Compare(
string item1,
string item2,
int item1Length,
int item2Length
)
public:
static int Compare(
String^ item1,
String^ item2,
int item1Length,
int item2Length
)
static member Compare :
item1:string *
item2:string *
item1Length:int *
item2Length:int -> int
public static function Compare(
item1 : String,
item2 : String,
item1Length : int,
item2Length : int
) : int
Parameters
- item1
Type: System.String
- item2
Type: System.String
- item1Length
Type: System.Int32
- item2Length
Type: System.Int32
Return Value
Type: System.Int32
.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.