Freigeben über


AnnotationValues.Inequality(AnnotationValues, AnnotationValues) Betreiber

Definition

Gibt true zurück, wenn die beiden Anmerkungspaare unterschiedliche Werte enthalten, andernfalls 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

Parameter

left
AnnotationValues

Ein Paar von Anmerkungswerten.

right
AnnotationValues

Ein Paar von Anmerkungswerten.

Gibt zurück

True, wenn die Paare unterschiedliche Werte enthalten.

Attribute

Gilt für: