List::equal Method [AX 2012]
Determines whether two lists are identical.
client server public static boolean equal(List list1, List list2)
Run On
CalledParameters
- list1
- Type: List Class
The first list to be compared.
- list2
- Type: List Class
The second list to be compared.
Show: