NamedDomainKey<T>.Equals 方法 (NamedDomainKey<T>)

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

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function Equals ( _
    other As NamedDomainKey(Of T) _
) As Boolean
用法
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

参数

返回值

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

实现

IEquatable<T>.Equals(T)

请参阅

参考

NamedDomainKey<T> 类

Equals 重载

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间