Operators.CompareObjectLess(Object, Object, Boolean) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Vertegenwoordigt de operator Visual Basic kleiner dan (<).
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
static System::Object ^ CompareObjectLess(System::Object ^ Left, System::Object ^ Right, bool TextCompare);
public static object CompareObjectLess(object Left, object Right, bool TextCompare);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")]
public static object? CompareObjectLess(object? Left, object? Right, bool TextCompare);
public static object? CompareObjectLess(object? Left, object? Right, bool TextCompare);
static member CompareObjectLess : obj * obj * bool -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The object types cannot be statically analyzed so their operators may be trimmed")>]
static member CompareObjectLess : obj * obj * bool -> obj
Public Shared Function CompareObjectLess (Left As Object, Right As Object, TextCompare As Boolean) As Object
Parameters
- Left
- Object
Verplicht. Elke expressie.
- Right
- Object
Verplicht. Elke expressie.
- TextCompare
- Boolean
Verplicht.
True om een niet-hoofdlettergevoelige tekenreeksvergelijking uit te voeren; anders, False.
Retouren
True indien Left kleiner dan Right; anders , False.
- Kenmerken
Opmerkingen
Deze klasse ondersteunt de Visual Basic compiler en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.