Is Equal

List
Tanto lado del cliente como del usuario
Disponible en PC y móvil

Compares whether the elements of two lists are exactly the same. The list capacity does not affect the comparison result.

Declaración

func IsEqual(leftValue List<object>, rightValue List<object>) bool
go

Parámetros

Entrada

Nombre Tipo Descripción
Left Value List List lvalue to compare
Right Value List List rvalue to compare

Regresar

Tipo Descripción
Bool Comparison result, return True if the contents are the same, and return False if the contents are different