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.
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. |
Namespace: System.CodeDOM
Assembly: System.dll