Click or drag to resize

ExpressionEquals Method (Expression)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Monkeyspeak.lexical.Expressions.Expression.Equals(Monkeyspeak.lexical.Expressions.Expression)"]

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public bool Equals(
	Expression other
)

Parameters

other
Type: Monkeyspeak.lexical.ExpressionsExpression

[Missing <param name="other"/> documentation for "M:Monkeyspeak.lexical.Expressions.Expression.Equals(Monkeyspeak.lexical.Expressions.Expression)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Monkeyspeak.lexical.Expressions.Expression.Equals(Monkeyspeak.lexical.Expressions.Expression)"]

Implements

IEquatableTEquals(T)
See Also