Table of Contents

Operator operator !=

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

operator !=(ExpressionBuilderArgument, ExpressionBuilderArgument)

Tests whether two ExpressionBuilderArgument instances are different.

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

Parameters

left ExpressionBuilderArgument

The ExpressionBuilderArgument instance on the left of the inequality operator.

right ExpressionBuilderArgument

The ExpressionBuilderArgument instance on the right of the inequality operator.

Returns

bool

true if left and right differ in index; false if left and right are equal.