AnnotationValues.Equality(AnnotationValues, AnnotationValues) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
両方の注釈ペアに同じ値が含まれている場合は 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 です。
- 属性