ExecutionOptions.Inequality(ExecutionOptions, ExecutionOptions) Operatör

Tanım

Belirtilen nesnelerin eşit olup olmadığını belirler.

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

Parametreler

left
ExecutionOptions

Karşılaştıracak sol nesne.

right
ExecutionOptions

Karşılaştıracak doğru nesne.

Döndürülenler

İki nesne eşit değilse true; aksi takdirde false.

Şunlara uygulanır