Share via


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)

Syntax

'Declaration
Public MustOverride Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As SfcKey
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public abstract bool Equals(
    Object obj
)
public:
virtual bool Equals(
    Object^ obj
) abstract override
override Equals : 
        obj:Object -> bool 
public abstract function Equals(
    obj : Object
) : boolean

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.