Table of Contents

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 ExpressionBuilderArgument

The ExpressionBuilderArgument object on the left of the less than operator.

right ExpressionBuilderArgument

The ExpressionBuilderArgument object on the right of the less than operator.

Returns

bool

true if left has an index smaller than right; otherwise, false.