```caveat is_equal(first string, second string) { ...
# spicedb
j
Copy code
caveat is_equal(first string, second string) {
  first == second
}