Share via


AnnotationValues.Inequality(AnnotationValues, AnnotationValues) Operator

Definition

Returns true if the two annotation pairs contain different values, otherwise 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

Parameters

left
AnnotationValues

A pair of annotation values.

right
AnnotationValues

A pair of annotation values.

Returns

True if the pairs contain different values.

Attributes

Applies to