ObjectConverters Fields
Fields
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. |