The less than (<) operator.

C# | Visual Basic |
public static QueryExpression operator <( PathExpression pathExpression, Object value )
Public Shared Operator < ( _ pathExpression As PathExpression, _ value As Object _ ) As QueryExpression

- pathExpression (PathExpression)
- The path expression to evaulate as the source.
- value (Object)
- The value to evaulate against.

An QueryExpression using the less than operator.