Freigeben über


SfcProperty.Equals-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    o As Object _
) As Boolean
'Usage
Dim instance As SfcProperty 
Dim o As Object 
Dim returnValue As Boolean 

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

Parameter

  • o
    Typ: System.Object
    The Object to compare with the current Object.

Rückgabewert

Typ: System.Boolean
true if the specified Object is equal to the current Object; otherwise, false.

Siehe auch

Verweis

SfcProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace