Compares a name key to the specified key for value of equality.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Function Equals ( _
other As NamedKey(Of T) _
) As Boolean
用法
Dim instance As NamedKey
Dim other As NamedKey(Of T)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
NamedKey<T> other
)
public:
virtual bool Equals(
NamedKey<T>^ other
) sealed
abstract Equals :
other:NamedKey<'T> -> bool
override Equals :
other:NamedKey<'T> -> bool
public final function Equals(
other : NamedKey<T>
) : boolean
参数
- other
类型:Microsoft.SqlServer.Management.Sdk.Sfc.NamedKey<T>
A key to compare.
返回值
类型:System.Boolean
True if the keys are equal in value; otherwise, false.