CodeBinaryOperatorExpression can be used to represent code expressions that include a binary operator. Some examples of binary operators are equality (==), addition (+), and bitwise (|) operators. These are commonly used in assignment statements.
Author: Microsoft Code: ASP.NET v1.0 & VB