ModelIdentifier.Equals, méthode (ModelIdentifier, ModelIdentifier)
Détermine si les deux identificateurs de modèle fournis sont égaux.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Paramètres
- identifierA
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Objet ModelIdentifier.
- identifierB
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Objet ModelIdentifier.
Valeur de retour
Type : System.Boolean
true si les deux objets sont égaux ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.