XamlValueConverter<TConverterBase>.Equality 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 XamlValueConverter<TConverterBase> iki nesnenin aynı değere sahip olup olmadığını belirler.
public:
static bool operator ==(System::Xaml::Schema::XamlValueConverter<TConverterBase> ^ converter1, System::Xaml::Schema::XamlValueConverter<TConverterBase> ^ converter2);
public static bool operator == (System.Xaml.Schema.XamlValueConverter<TConverterBase> converter1, System.Xaml.Schema.XamlValueConverter<TConverterBase> converter2);
static member ( = ) : System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> * System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> -> bool
Public Shared Operator == (converter1 As XamlValueConverter(Of TConverterBase), converter2 As XamlValueConverter(Of TConverterBase)) As Boolean
Parametreler
- converter1
- XamlValueConverter<TConverterBase>
Bir XamlValueConverter<TConverterBase>, veya null
.
- converter2
- XamlValueConverter<TConverterBase>
Bir XamlValueConverter<TConverterBase>, veya null
.
Döndürülenler
true
değeri converter1
değeri ile aynıysa converter2
; değilse , false
.
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.