Click or drag to resize

ExpressionTEquals Method (ExpressionT)

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

[Missing <summary> documentation for "M:Monkeyspeak.lexical.Expressions.Expression`1.Equals(Monkeyspeak.lexical.Expressions.Expression{`0})"]

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

Parameters

other
Type: Monkeyspeak.lexical.ExpressionsExpressionT

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Monkeyspeak.lexical.Expressions.Expression`1.Equals(Monkeyspeak.lexical.Expressions.Expression{`0})"]

Implements

IEquatableTEquals(T)
See Also