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
パラメータ
- other
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
比較する識別子を指定します。
戻り値
型 : System.Boolean
指定した識別子とこの識別子が等しい場合は true を返します。それ以外の場合は false を返します。