AnnotationValues.Equality Operator (AnnotationValues, AnnotationValues)

 

Returns true if both annotation pairs contain the same values, otherwise false.

Namespace:   System.Data.Entity.Infrastructure.Annotations
Assembly:  EntityFramework (in EntityFramework.dll)

public static bool operator ==(
	AnnotationValues left,
	AnnotationValues right
)

Parameters

left
Type: System.Data.Entity.Infrastructure.Annotations.AnnotationValues

A pair of annotation values.

right
Type: System.Data.Entity.Infrastructure.Annotations.AnnotationValues

A pair of annotation values.

Return Value

Type: System.Boolean

true if both pairs contain the same values.