Table of Contents

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

string

AndAlso

The short-circuiting conjunctive boolean operation.

public const string AndAlso = "AND ALSO"

Field Value

string

Not

Logical negation.

public const string Not = "NOT"

Field Value

string

Or

The disjunctive boolean operation.

public const string Or = "OR"

Field Value

string

OrElse

The short-circuiting disjunctive boolean operation.

public const string OrElse = "OR ELSE"

Field Value

string

XOr

The XOR logical operator.

public const string XOr = "XOR"

Field Value

string