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.
This member overrides StringComparer.Compare(String, String).
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Overrides Function Compare ( _
x As String, _
y As String _
) As Integer
public override int Compare(
string x,
string y
)
public:
virtual int Compare(
String^ x,
String^ y
) override
abstract Compare :
x:string *
y:string -> int
override Compare :
x:string *
y:string -> int
public override function Compare(
x : String,
y : String
) : int
Parameters
- x
Type: System.String
- y
Type: System.String
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.