다음을 통해 공유


AnnotationValues.Equality(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 ( = ) : 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이면 두 쌍에 동일한 값이 포함됩니다.

특성

적용 대상