Compartir a través de


AnnotationValues.Equality(AnnotationValues, AnnotationValues) Operador

Definición

Devuelve true si ambos pares de anotación contienen los mismos valores; de lo contrario, 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

Parámetros

left
AnnotationValues

Un par de valores de anotación.

right
AnnotationValues

Un par de valores de anotación.

Devoluciones

True si ambos pares contienen los mismos valores.

Atributos

Se aplica a