OCLOperators symmetricDifference
(Adding message template to the top of the page)
(Replacing message template with parser tag)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
The symmetric difference between the collections; ie all the objects in collection1 or collection2 but not in both.
The symmetric difference between the collections; ie all the objects in collection1 or collection2 but not in both.



Revision as of 07:52, 17 June 2024

This page was created by Alexandra on 2017-08-14. Last edited by Stephanie@mdriven.net on 2025-01-23.

The symmetric difference between the collections; ie all the objects in collection1 or collection2 but not in both.

Practical to use if you need to ask if two collections are equal - if they are, SymmentricDifference returns an empty collection.

2021-05-27 14h55 49.png

See: Explaining samples

See also: OCLOperators_difference