This topic has not yet been rated - Rate this topic

SfcKey.Equals Method (Object)

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Determines if the specified object is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
public abstract bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
A SystemObject that identifies the object to compare.

Return Value

Type: System.Boolean
A Boolean value that is true if the objects are equal. Otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.