Freigeben über


SfcKey.Equals-Methode (Object)

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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

Parameter

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

Rückgabewert

Typ: System.Boolean
A Boolean value that is true if the objects are equal. Otherwise, false.

Siehe auch

Verweis

SfcKey Klasse

Equals-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace