removeDuplicates method

Contact removeDuplicates()

Removes duplicates from the collections. Duplicates are defined as having the exact same value

Implementation

Contact removeDuplicates() {
  return this + Contact();
}