Class Operator
- Namespace
- Motiv
- Assembly
- Motiv.dll
Boolean operations supported by Motiv
public static class Operator
- Inheritance
-
Operator
- Inherited Members
Fields
And
The conjunctive boolean operation.
public const string And = "AND"
Field Value
AndAlso
The short-circuiting conjunctive boolean operation.
public const string AndAlso = "AND ALSO"
Field Value
Not
Logical negation.
public const string Not = "NOT"
Field Value
Or
The disjunctive boolean operation.
public const string Or = "OR"
Field Value
OrElse
The short-circuiting disjunctive boolean operation.
public const string OrElse = "OR ELSE"
Field Value
XOr
The XOR logical operator.
public const string XOr = "XOR"