This topic has not yet been rated - Rate this topic

ExpressionNode.Equals Method

Returns a Boolean value that specifies whether the referenced expression node object is equal to the specified object.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object

Return Value

Type: System.Boolean
A 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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.