Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Class AreEqualConverter _
    Inherits MultiValueConverter(Of Object, Object, Boolean)
用法
Dim instance As AreEqualConverter
public class AreEqualConverter : MultiValueConverter<Object, Object, bool>
public ref class AreEqualConverter : public MultiValueConverter<Object^, Object^, bool>
type AreEqualConverter =  
    class
        inherit MultiValueConverter<Object, Object, bool>
    end
public class AreEqualConverter extends MultiValueConverter<Object, Object, boolean>
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.PlatformUI.MultiValueConverter<Object, Object, Boolean>
    Microsoft.VisualStudio.PlatformUI.AreEqualConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.