NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeBinaryOperatorType Enumeration

Specifies the types for supported binary operators.

[Visual Basic]
Public Enum CodeBinaryOperatorType
[C#]
public enum CodeBinaryOperatorType
[C++]
public enum CodeBinaryOperatorType

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Add Addition operator.
Assign Assignment operator.
BitwiseAnd Bitwise and operator.
BitwiseOr Bitwise or operator.
BooleanAnd Boolean and operator.
BooleanOr Boolean or operator.
Divide Division operator.
GreaterThan Greater than operator.
GreaterThanOrEqual Greater that or operator.
IdentityEquality Identity equal operator.
IdentityInequality Identity not equal operator.
LessThan Less than operator.
LessThanOrEqual Less than or equal operator.
Multiply Multiplication operator.
Subtract Subtraction operator.
ValueEquality Value equal operator.

Requirements

Namespace: System.CodeDOM

Assembly: System.dll

See Also

System.CodeDOM Namespace | CodeBinaryOperatorExpression