Checks if the value equals another given value
if(v::same('A', 'A')) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: equals: A