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

一对批注值。

返回

如此 如果对包含不同的值。

属性

适用于