次の方法で共有


AnnotationValues.Inequality(AnnotationValues, AnnotationValues) Operator

定義

2 つの注釈ペアに異なる値が含まれている場合は 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。

属性

適用対象