IsEqualConverter Class

Definition

Microsoft internal use only.

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

Constructors

IsEqualConverter()

Microsoft internal use only.

Methods

Convert(Object, Object, CultureInfo)

Microsoft internal use only.

Convert(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
Convert(TSource, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
ConvertBack(Boolean, Object, CultureInfo)

Microsoft internal use only.

ConvertBack(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
ConvertBack(TTarget, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)

Applies to