AnnotationValues.Equality(AnnotationValues, AnnotationValues) Operator

Definition

Returns true if both annotation pairs contain the same 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 ( = ) : 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 both pairs contain the same values.

Attributes

Applies to