Click or drag to resize

EqualityConverter class

Compares two properties (Thanks to Jason Tyler).
Inheritance hierarchy
SystemObject
  Vishnu.WPF_UI.ValueConverterEqualityConverter

Namespace: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class EqualityConverter : IMultiValueConverter

The EqualityConverter Type exposes the following members.

Constructors
 NameDescription of the
Public MethodEqualityConverterinitializes a new instance of the EqualityConverter class
Back to the top
Methods
 NameDescription of the
Public MethodConvert MultiValueConverter - returns true, if two values are equal.
Public MethodConvertBack There is no way back => not implemented.
Back to the top
Remarks
Author: Jason Tyler on https://stackoverflow.com/questions/37302270/comparing-two-dynamic-values-in-datatrigger 03.03.2021 Erik Nagel, original from Jason Tyler.
See also