SchemaNamedKey<T>.Equals 方法 (SchemaNamedKey<T>)
Compares the 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 SchemaNamedKey(Of T) _
) As Boolean
'用途
Dim instance As SchemaNamedKey
Dim other As SchemaNamedKey(Of T)
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
SchemaNamedKey<T> other
)
public:
virtual bool Equals(
SchemaNamedKey<T>^ other
) sealed
abstract Equals :
other:SchemaNamedKey<'T> -> bool
override Equals :
other:SchemaNamedKey<'T> -> bool
public final function Equals(
other : SchemaNamedKey<T>
) : boolean
參數
- other
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SchemaNamedKey<T>
The key to compare.
傳回值
型別:System.Boolean
true if the keys are equal in value; otherwise, false.