Operator operator <
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
operator <(ExpressionBuilderArgument, ExpressionBuilderArgument)
Tests whether an ExpressionBuilderArgument object is less than another object of the same type.
public static bool operator <(ExpressionBuilderArgument left, ExpressionBuilderArgument right)
Parameters
left
ExpressionBuilderArgumentThe ExpressionBuilderArgument object on the left of the less than operator.
right
ExpressionBuilderArgumentThe ExpressionBuilderArgument object on the right of the less than operator.