EntityKey.Equals, méthode (EntityKey)
[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]
Indique une valeur si cette instance est égale à la clé donnée.
Espace de noms : System.Data.Entity.Core
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Function Equals ( _
other As EntityKey _
) As Boolean
'Utilisation
Dim instance As EntityKey
Dim other As EntityKey
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
EntityKey other
)
public:
virtual bool Equals(
EntityKey^ other
) sealed
abstract Equals :
other:EntityKey -> bool
override Equals :
other:EntityKey -> bool
public final function Equals(
other : EntityKey
) : boolean
Paramètres
- other
Type : System.Data.Entity.Core.EntityKey
Clé à comparer à cette instance.
Valeur de retour
Type : System.Boolean
true si cette instance correspond à la clé spécifiée ; sinon, false.