Table of Contents

Operator operator >

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

operator >(ExpressionBuilderArgument, ExpressionBuilderArgument)

Tests whether an ExpressionBuilderArgument object is greater 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 greater than operator.

right ExpressionBuilderArgument

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

Returns

bool

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