AreEqualConverter Class

Definition

Microsoft internal use only.

public ref class AreEqualConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<System::Object ^, System::Object ^, bool>
[Windows::Foundation::Metadata::WebHostHidden]
class AreEqualConverter : Microsoft::VisualStudio::PlatformUI::MultiValueConverter<winrt::Windows::Foundation::IInspectable, winrt::Windows::Foundation::IInspectable const &, bool>
public class AreEqualConverter : Microsoft.VisualStudio.PlatformUI.MultiValueConverter<object,object,bool>
type AreEqualConverter = class
    inherit MultiValueConverter<obj, obj, bool>
Public Class AreEqualConverter
Inherits MultiValueConverter(Of Object, Object, Boolean)
Inheritance

Constructors

AreEqualConverter()

Microsoft internal use only.

Methods

CheckValue<T>(Object[], Int32, String)

Validates that values[index] is of type T

(Inherited from MultiValueConverterBase<TTarget>)
Convert(Object, Object, Object, CultureInfo)

Microsoft internal use only.

Convert(Object[], Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
Convert(T1, T2, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBack(Object, Type[], Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBack(TTarget, T1, T2, Object, CultureInfo)

Microsoft internal use only.

(Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertBackCore(Object, Type[], Object, CultureInfo) (Inherited from MultiValueConverter<T1,T2,TTarget>)
ConvertCore(Object[], Type, Object, CultureInfo) (Inherited from MultiValueConverter<T1,T2,TTarget>)
MakeConverterFunctionNotDefinedException(String)

An exception thrown when the converter function isn’t defined.

(Inherited from MultiValueConverterBase<TTarget>)
ValidateConvertBackParameters(Object, Type[])

Validates the parameters passed to IMultiValueConverter.ConvertBack

(Inherited from MultiValueConverterBase<TTarget>)
ValidateConvertParameters(Object[], Type)

Validates the parameters passed to IMultiValueConverter.Convert

(Inherited from MultiValueConverterBase<TTarget>)

Applies to