[][src]Function spatialite_sys::gaiaLinestringEquals

pub unsafe extern "C" fn gaiaLinestringEquals(
    line1: gaiaLinestringPtr,
    line2: gaiaLinestringPtr
) -> c_int

Checks if two Linestring objects are equivalent

\param line1 pointer to first Linestring object. \param line2 pointer to second Linestring object.

\return 0 if false: any other different value if true

\sa gaiaPolygonEquals

\note two Linestrings objects are assumed to be equivalent if exactly \remark deprecated function (used in earlier SpatiaLite versions). the same Points are found in both them.