AnnotationValues.Inequality Operator (AnnotationValues, AnnotationValues)

 

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