共用方式為


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

屬性

適用於