EqualConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the incoming value equals the provided parameter.
public class EqualConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
- Inheritance
- Implements
Constructors
EqualConverter() |
Methods
Convert(Object, Type, Object, CultureInfo) |
Checks whether the incoming value doesn't equal the provided parameter. |
ConvertBack(Object, Type, Object, CultureInfo) |
This method is not implemented and will throw a System.NotImplementedException. |
ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |
Explicit Interface Implementations
IMarkupExtension.ProvideValue(IServiceProvider) | (Inherited from ValueConverterExtension) |