PCComponentTree.pathsEqual Method [AX 2012]

Indicates whether two paths are equal.

protected boolean pathsEqual(List _path1, List _path2)

Run On

Called

Parameters

_path1
Type: List Class
A list of records.
_path2
Type: List Class
A list of records.

Return Value

Type: boolean
true if the lists are equal; otherwise, false.

Community Additions

ADD
Show: