Exemplo n.º 1
0
 inline bool operator!=(const ustring& one, const ustring& two)
 {
   return !one.equal(two);
 }