Skip to main content

op_is_equal

Function op_is_equal 

Source
pub unsafe extern "C" fn op_is_equal(a: Op, b: Op) -> bool
Expand description

Compare two operators for syntactic equality.

@param a The first operator. @param b The second operator. @return True if both operators are syntactically identical.