ModelIdentifier.Equals 方法 (ModelIdentifier, ModelIdentifier)
判斷所提供的兩個模型識別項是否相等。
命名空間: Microsoft.Data.Schema.SchemaModel
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Shared Function Equals ( _
identifierA As ModelIdentifier, _
identifierB As ModelIdentifier _
) As Boolean
public static bool Equals(
ModelIdentifier identifierA,
ModelIdentifier identifierB
)
public:
static bool Equals(
ModelIdentifier^ identifierA,
ModelIdentifier^ identifierB
)
static member Equals :
identifierA:ModelIdentifier *
identifierB:ModelIdentifier -> bool
public static function Equals(
identifierA : ModelIdentifier,
identifierB : ModelIdentifier
) : boolean
參數
- identifierA
型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier 物件。
- identifierB
型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier 物件。
傳回值
型別:System.Boolean
如果兩個物件相等,則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。