ModelStore.Identifier.Equals メソッド (ModelStore.Identifier)

指定した識別子とこの識別子が等しいかどうかを返します。

名前空間 :  Microsoft.Data.Schema.SchemaModel
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Overridable Function Equals ( _
    other As ModelStore..::.Identifier _
) As Boolean
'使用
Dim instance As ModelStore..::.Identifier
Dim other As ModelStore..::.Identifier
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public virtual bool Equals(
    ModelStore..::.Identifier other
)
public:
virtual bool Equals(
    ModelStore..::.Identifier^ other
)
public function Equals(
    other : ModelStore..::.Identifier
) : boolean

パラメータ

戻り値

型 : System.Boolean
指定した識別子とこの識別子が等しい場合は true を返します。それ以外の場合は false を返します。

実装

IEquatable<T>.Equals(T)

参照

参照

ModelStore.Identifier クラス

ModelStore.Identifier メンバ

Equals オーバーロード

Microsoft.Data.Schema.SchemaModel 名前空間