Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.0" />

.NET API 749,960 bytes

 NotEqualConverter

public class NotEqualConverter : ValueConverterExtension, IValueConverter
Checks whether the incoming value doesn't equal the provided parameter.

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

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

public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

This method is not implemented and will throw a NotImplementedException.