The logical binary operators AND and OR.

C# | Visual Basic |
public sealed class LogicalOperator : BinaryOperator
Public NotInheritable Class LogicalOperator _ Inherits BinaryOperator

All Members | Methods | Fields | |||
Icon | Member | Description |
---|---|---|
![]() ![]() | And |
The logical AND operator.
|
![]() ![]() | Or |
The logical OR operator.
|
![]() | ToString()()() | (Inherited from BinaryOperator.) |

Object | ||
![]() | BinaryOperator | |
![]() | LogicalOperator |