Table of Contents

Method Equals

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Equals(object)

Returns a value indicating whether this instance is equal to a specified object.

public override bool Equals(object obj)

Parameters

obj object

An object to compare with this instance.

Returns

bool

true if obj is an instance of ExpressionBuilderArgument and its index equals the index value of this instance; otherwise, false.

Equals(ExpressionBuilderArgument)

Indicates whether the specified argument is equal to the current argument.

public bool Equals(ExpressionBuilderArgument other)

Parameters

other ExpressionBuilderArgument

The argument object to compare with the current argument.

Returns

bool

true if the specified argument object is equal to the current argument; otherwise, false.