Converts an object to a boolean based on whether or not the object is equal to the value of the Object property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class ObjectToBooleanConverter : IValueConverter
Visual Basic (Declaration)
Public Class ObjectToBooleanConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.ObjectToBooleanConverter

See Also