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
objectAn 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
ExpressionBuilderArgumentThe argument object to compare with the current argument.