Check if two Sorts are equal.
bool sortsEqual(Sort a, Sort b) { return _z3.is_eq_sort(_createSort(a), _createSort(b)); }