ServerComparer.IComparer<String>.Compare(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
int IComparer<string>.Compare (string x, string y);
abstract member System.Collections.Generic.IComparer<System.String>.Compare : string * string -> int
override this.System.Collections.Generic.IComparer<System.String>.Compare : string * string -> int
Function Compare (x As String, y As String) As Integer Implements IComparer(Of String).Compare
Parameters
- x
- String
- y
- String