[This is preliminary documentation and is subject to change.]
Compares two expressions for equality.
Namespace: Microsoft.Research.Naiad.Utilities
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public bool Equals( Expression left, Expression right )
Parameters
- left
- Type: System.Linq.ExpressionsExpression
first expression - right
- Type: System.Linq.ExpressionsExpression
second expression
Return Value
Type: Booleantrue iff expressions are identical
See Also