AnnotationValues.Equality(AnnotationValues, AnnotationValues) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne true si les deux paires d’annotations contiennent les mêmes valeurs, sinon false.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates")]
public static bool operator ==(System.Data.Entity.Infrastructure.Annotations.AnnotationValues left, System.Data.Entity.Infrastructure.Annotations.AnnotationValues right);
static member ( = ) : System.Data.Entity.Infrastructure.Annotations.AnnotationValues * System.Data.Entity.Infrastructure.Annotations.AnnotationValues -> bool
Public Shared Operator == (left As AnnotationValues, right As AnnotationValues) As Boolean
Paramètres
- left
- AnnotationValues
Paire de valeurs d’annotation.
- right
- AnnotationValues
Paire de valeurs d’annotation.
Retours
True si les deux paires contiennent les mêmes valeurs.
- Attributs