pub unsafe extern "C" fn simple_array_is_equal(
instance: *const SimpleArray,
other: *const SimpleArray,
) -> boolExpand description
Check if another SimpleArray instance is equal (the same object or holds the same data) to this one.
§Arguments
[in]- instance Pointer to the SimpleArray instance to be compared[in]- other Pointer to the SimpleArray instance to be compared
§Returns
True if instances are considered equal, false otherwise