AnnotationValues.Inequality(AnnotationValues, AnnotationValues) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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 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
一对批注值。
返回
如此 如果对包含不同的值。
- 属性