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
一對批註值。
傳回
如果配對包含不同的值,則為 True。
- 屬性