TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.60
Checks if two arrays of strings contain exactly the same elements in exactly the same order.
Elements are compared using GLib.str_equal. To match independently of order, sort the arrays first (using GLib.qsort_with_data or similar).
Two empty arrays are considered equal. Neither strv1 nor strv2 may be NULL.
strv1
strv2
NULL
an array of strings to compare to strv2
an array of strings to compare to strv1
true if strv1 and strv2 are equal
2.60
Checks if two arrays of strings contain exactly the same elements in exactly the same order.
Elements are compared using GLib.str_equal. To match independently of order, sort the arrays first (using GLib.qsort_with_data or similar).
Two empty arrays are considered equal. Neither
strv1norstrv2may beNULL.