equal


Description:

public bool equal (NameValueArray? array_b, CompareType compare_type)

Compares content of the two NameValueArray and returns whether they equal.

Note this is an expensive operation for large arrays.

Parameters:

this

the first NameValueArray

array_b

the second NameValueArray

compare_type

a compare type, one of CompareType

Returns:

Whether the two NameValueArray have the same content.