Struct::equal Method [AX 2012]
Determines whether two structs are equal.
client server public static boolean equal(Struct struct1, Struct struct2)
Run On
CalledParameters
- struct1
- Type: Struct Class
The first of the two structs to be compared.
- struct2
- Type: Struct Class
The second of the two structs to be compared.
Show: