pub unsafe extern "C" fn op_is_equal(a: Op, b: Op) -> bool
Compare two operators for syntactic equality.
@param a The first operator. @param b The second operator. @return True if both operators are syntactically identical.