Sdílet prostřednictvím


XamlValueConverter<TConverterBase>.Equality Operátor

Definice

Určuje, zda dva zadané XamlValueConverter<TConverterBase> objekty mají stejnou hodnotu.

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

Parametry

Návraty

true pokud je hodnota shodná converter1 s hodnotou , converter2jinak hodnota false.

Platí pro