This topic has not yet been rated - Rate this topic

NameKey.Equals Method (Object)

SQL Server 2012

Determines whether the object represented by the NameKey is equal to the specified Object.

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

Parameters

obj
Type: System.Object
The specified object.

Return Value

Type: System.Boolean
True if the object represented by the NameKey is equal to the specified object; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.