Table of Contents

Operator operator ==

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

operator ==(ExpressionBuilderArgument, ExpressionBuilderArgument)

Tests whether two ExpressionBuilderArgument instances are equal.

public static bool operator ==(ExpressionBuilderArgument left, ExpressionBuilderArgument right)

Parameters

left ExpressionBuilderArgument

The ExpressionBuilderArgument instance on the left of the equality operator.

right ExpressionBuilderArgument

The ExpressionBuilderArgument instance on the right of the equality operator.

Returns

bool

true if left and right have equal index; otherwise, false.