Share via


IsEqualConverter Class

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.

See Also

Reference

IsEqualConverter Members

Microsoft.VisualStudio.PlatformUI Namespace