Checks for a value, which does not equal the given value
if(v::different('A', 'B')) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: different: B