simple_array_is_equal

Function simple_array_is_equal 

Source
pub unsafe extern "C" fn simple_array_is_equal(
    instance: *const SimpleArray,
    other: *const SimpleArray,
) -> bool
Expand 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