Operators.ConditionalCompareObjectLessEqual(Object, Object, Boolean) Method

Definition

Represents the overloaded Visual Basic less-than or equal-to (<=) operator.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static bool ConditionalCompareObjectLessEqual(System::Object ^ Left, System::Object ^ Right, bool TextCompare);
public static bool ConditionalCompareObjectLessEqual (object Left, object Right, bool TextCompare);
public static bool ConditionalCompareObjectLessEqual (object? Left, object? Right, bool TextCompare);
static member ConditionalCompareObjectLessEqual : obj * obj * bool -> bool
Public Shared Function ConditionalCompareObjectLessEqual (Left As Object, Right As Object, TextCompare As Boolean) As Boolean

Parameters

Left
Object

Required. Any expression.

Right
Object

Required. Any expression.

TextCompare
Boolean

Required. True to perform a case-insensitive string comparison; otherwise, False.

Returns

The result of the overloaded less-than or equal-to operator. False if operator overloading is not supported.

Remarks

This class supports the Visual Basic compiler and is not intended to be used directly from your code.

Applies to

See also