AnnotationValues.Equality(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 ( = ) : 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。
- 屬性