Partager via


AnnotationValues.Equality(AnnotationValues, AnnotationValues) Opérateur

Définition

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

S’applique à