This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Logical Operators
And OperatorNot Operator
Or Operator
Xor Operator
See Also
= Operator
Used to compare two , returning a
.
expression = expression
Arguments
- expression
- Any combination of variables, operators, constants, functions, and names of fields, controls, and properties that evaluates to a single value.
Remarks
When you compare two expressions, the result is True if both expressions are equal; otherwise, the result is False.
See Also