Share via


EqualConverter.Convert(Object, Type, Object, CultureInfo) Method

Definition

Checks whether the incoming value doesn't equal the provided parameter.

public object? Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);

Parameters

value
System.Object

The first object to compare.

targetType
System.Type

The type of the binding target property. This is not implemented.

parameter
System.Object

The second object to compare.

culture
System.Globalization.CultureInfo

The culture to use in the converter. This is not implemented.

Returns

System.Object

True if value and parameter are equal, False if they are not equal.

Implements

Applies to