Declaration
func IsEqual(leftValue List<object>, rightValue List<object>) bool
go
Compares whether the elements of two lists are exactly the same. The list capacity does not affect the comparison result.
func IsEqual(leftValue List<object>, rightValue List<object>) bool
go