Converts two objects to a boolean value indicating whether the two are reference-equal.

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

Syntax

C#
public class AreEqualConverter : IMultiValueConverter
Visual Basic (Declaration)
Public Class AreEqualConverter _
	Implements IMultiValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.AreEqualConverter

See Also