다음을 통해 공유


AnnotationValues.Inequality(AnnotationValues, AnnotationValues) 연산자

정의

두 주석 쌍에 서로 다른 값이 포함되어 있으면 true를 반환하고, 그렇지 않으면 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

매개 변수

left
AnnotationValues

주석 값 쌍입니다.

right
AnnotationValues

주석 값 쌍입니다.

반환

True이면 쌍에 다른 값이 포함됩니다.

특성

적용 대상