Exclude identical objects (with the same index) on a self-join where the -On parameter is supplied and -equal parameter is omitted
On a self-join with only a -on parameter and no -equal parameter objects will always related to their self an therefore useless to include
Where a self-join without an -on parameter (on index) is completely useless and shouldn't be accepted
Exclude identical objects (with the same index) on a self-join where the
-Onparameter is supplied and-equalparameter is omittedOn a self-join with only a
-onparameter and no-equalparameter objects will always related to their self an therefore useless to includeWhere a self-join without an
-onparameter (on index) is completely useless and shouldn't be accepted