Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Class IsEqualConverter _
    Inherits ValueConverter(Of Object, Boolean)
用法
Dim instance As IsEqualConverter
public class IsEqualConverter : ValueConverter<Object, bool>
public ref class IsEqualConverter : public ValueConverter<Object^, bool>
type IsEqualConverter =  
    class
        inherit ValueConverter<Object, bool>
    end
public class IsEqualConverter extends ValueConverter<Object, boolean>
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.PlatformUI.ValueConverter<Object, Boolean>
    Microsoft.VisualStudio.PlatformUI.IsEqualConverter
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.