Set a = new Set( Types::Integer ); Set b = new Set( Types::Integer ); a.add( 1 ); b.add( 1 ); print a.equal(b); pause;