共用方式為


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。

屬性

適用於