Function t8_dline_equal(const t8_dline_t *, const t8_dline_t *)
Defined in File t8_dline_bits.c
Function Documentation
-
int t8_dline_equal(const t8_dline_t *line1, const t8_dline_t *line2)
Check if two elements are equal.
- Parameters:
line1 – [in] The first element.
line2 – [in] The second element.
- Returns:
1 if the elements are equal, 0 if they are not equal