ExecutionOptions.Equality(ExecutionOptions, ExecutionOptions) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 ( = ) : 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
iki nesne eşitse true; aksi takdirde false.