ObjectConverters Class
Namespace: Avalonia.Data.ConvertersAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class ObjectConverters
Public NotInheritable Class ObjectConverters
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ObjectConverters = class end
- Inheritance
- Object ObjectConverters
| Equal |
A value converter that returns true if the input object is equal to a parameter object.
|
| IsNotNull |
A value converter that returns true if the input object is not null.
|
| IsNull |
A value converter that returns true if the input object is a null reference.
|
| NotEqual |
A value converter that returns true if the input object is not equal to a parameter object.
|