Partager via


AnnotationValues.Inequality(AnnotationValues, AnnotationValues) Opérateur

Définition

Retourne true si les deux paires d’annotations contiennent des valeurs différentes, 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 op_Inequality : 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 paires contiennent des valeurs différentes.

Attributs

S’applique à