DataSourceVersionComparer.IComparer<String>.Compare 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.
virtual int System.Collections.Generic.IComparer<System.String>.Compare(System::String ^ x, System::String ^ y) = System::Collections::Generic::IComparer<System::String ^>::Compare;
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