The group by
and into
can use custom comparers to separate groups. These queries can be nested.
These samples use the following custom comparer. It compares two strings to see if they are anagrams. (Anagrams are pairs of words formed from the same letters.)
Next: Set operations » Previous: Groupings with a custom comparer «