util_strv_equal


Description:


[ Version ( since = "3.12" ) ]
public bool util_strv_equal (string[] v1, string[] v2)

Compares v1 and v2 for equality, handling null gracefully.

The arguments types are generic for compatibility with ArraySearchFunc.

Parameters:

v1

a null-terminated string array, or null

v2

another null-terminated string array, or null

Returns:

whether v1 and v2 are identical


Namespace: E