Share via


NamedDomainKey<T>.Equals Method (SfcKey)

Compare a schema name key to this key for value equality.

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 ( _
    other As SfcKey _
) As Boolean
'Usage
Dim instance As NamedDomainKey 
Dim other As SfcKey 
Dim returnValue As Boolean 

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

Parameters

Return Value

Type: System.Boolean
True if the keys are equal in value; otherwise false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

NamedDomainKey<T> Class

Equals Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace