PredefinedFunctions.CompareStrings(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.
public:
static int CompareStrings(System::String ^ l, System::String ^ r);
public static int CompareStrings (string l, string r);
static member CompareStrings : string * string -> int
Public Shared Function CompareStrings (l As String, r As String) As Integer
Parameters
- l
- String
- r
- String