共用方式為


ExecutionOptions.Equality(ExecutionOptions, ExecutionOptions) 運算子

定義

判斷指定的物件是否相等。

public static bool operator == (System.Data.Entity.Core.Objects.ExecutionOptions left, System.Data.Entity.Core.Objects.ExecutionOptions right);
static member ( = ) : System.Data.Entity.Core.Objects.ExecutionOptions * System.Data.Entity.Core.Objects.ExecutionOptions -> bool
Public Shared Operator == (left As ExecutionOptions, right As ExecutionOptions) As Boolean

參數

left
ExecutionOptions

要比較的左側物件。

right
ExecutionOptions

要比較的右側物件。

傳回

如果兩個物件相等,則為 true;否則為 false。

適用於