NamedDomainKey<T>.Equals Method (NamedDomainKey<T>)
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 Function Equals ( _
other As NamedDomainKey(Of T) _
) As Boolean
'Usage
Dim instance As NamedDomainKey
Dim other As NamedDomainKey(Of T)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
NamedDomainKey<T> other
)
public:
virtual bool Equals(
NamedDomainKey<T>^ other
) sealed
abstract Equals :
other:NamedDomainKey<'T> -> bool
override Equals :
other:NamedDomainKey<'T> -> bool
public final function Equals(
other : NamedDomainKey<T>
) : boolean
Parameters
- other
Type: Microsoft.SqlServer.Management.Sdk.Sfc.NamedDomainKey<T>
A key to compare.
Return Value
Type: System.Boolean
True if the keys are equal in value; otherwise false.