VssStringComparer.Compare Method (String, Int32, String, Int32, Int32)
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Function Compare ( _
x As String, _
indexX As Integer, _
y As String, _
indexY As Integer, _
length As Integer _
) As Integer
public int Compare(
string x,
int indexX,
string y,
int indexY,
int length
)
public:
int Compare(
String^ x,
int indexX,
String^ y,
int indexY,
int length
)
member Compare :
x:string *
indexX:int *
y:string *
indexY:int *
length:int -> int
public function Compare(
x : String,
indexX : int,
y : String,
indexY : int,
length : int
) : int
Parameters
- x
Type: System.String
- indexX
Type: System.Int32
- y
Type: System.String
- indexY
Type: System.Int32
- length
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.