Initializes a new instance of the PredicateExpression class.

C# | Visual Basic |
public PredicateExpression( IdentifierExpression identifierExpression, RelationalOperator op )
Public Sub New ( _ identifierExpression As IdentifierExpression, _ op As RelationalOperator _ )

- identifierExpression (IdentifierExpression)
- An IdentifierExpression()()() denoting the left hand side of the predicate expression.
- op (RelationalOperator)
- The RelationalOperator of the predicate expression.