Compare two sets for equality.
int operator ==(const DStringSet& other) const;
Returns true if both sets have exactly the same strings, in the same order
DStringSet Class