ModelIdentifier.Equals, méthode (ModelIdentifier)
Détermine si les identificateurs de modèle fournis et l'identificateur actuel sont égaux.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Overridable Function Equals ( _
other As ModelIdentifier _
) As Boolean
public virtual bool Equals(
ModelIdentifier other
)
public:
virtual bool Equals(
ModelIdentifier^ other
)
abstract Equals :
other:ModelIdentifier -> bool
override Equals :
other:ModelIdentifier -> bool
public function Equals(
other : ModelIdentifier
) : boolean
Paramètres
- other
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Objet ModelIdentifier.
Valeur de retour
Type : System.Boolean
true si les deux objets sont égaux ; sinon, false.
Implémentations
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.