internal LinkedListNode <T> Intersect(LinkedListNode <T> el) { Difference.Remove(el); return(Intersection.AddLast(el.Value)); }