ExpressionNode.Equals Method
SQL Server 2008
Returns a Boolean value that specifies whether the referenced expression node object is equal to the specified object.
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Parameters
- obj
- Type: System.Object
Return Value
Type: System.BooleanA Boolean value that specifies whether the expression node is equal to the specified object.
If True, the expression node is equal to the specified object. Otherwise, False.
