ModelStore.Identifier.Equals メソッド (ModelStore.Identifier, ModelStore.Identifier)
名前空間 : Microsoft.Data.Schema.SchemaModel
アセンブリ : Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Shared Function Equals ( _
identifierA As ModelStore..::.Identifier, _
identifierB As ModelStore..::.Identifier _
) As Boolean
'使用
Dim identifierA As ModelStore..::.Identifier
Dim identifierB As ModelStore..::.Identifier
Dim returnValue As Boolean
returnValue = ModelStore..::.Identifier.Equals(identifierA, _
identifierB)
public static bool Equals(
ModelStore..::.Identifier identifierA,
ModelStore..::.Identifier identifierB
)
public:
static bool Equals(
ModelStore..::.Identifier^ identifierA,
ModelStore..::.Identifier^ identifierB
)
public static function Equals(
identifierA : ModelStore..::.Identifier,
identifierB : ModelStore..::.Identifier
) : boolean
パラメータ
- identifierA
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
- identifierB
型 : Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
戻り値
型 : System.Boolean