次の方法で共有


AnnotationValues.Equality(AnnotationValues, AnnotationValues) Operator

定義

両方の注釈ペアに同じ値が含まれている場合は 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 です。

属性

適用対象