Operators::OrObject Method (Object^, Object^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the Visual Basic Or operator.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- Left
-
Type:
System::Object^
Required. Any Boolean or numeric expression.
- Right
-
Type:
System::Object^
Required. Any Boolean or numeric expression.
Return Value
Type: System::Object^For Boolean operations, False if both Left and Right evaluate to False; otherwise, True. For bitwise operations, 0 if both Left and Right evaluate to 0; otherwise, 1.
This class supports the Visual Basic compiler and is not intended to be used directly from your code.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.1