[inline]
Definition at line 223 of file qmemarray.h.
00224 { 00225 if(extArray) throw "Not implemented for external arrays"; 00226 const Base &me=*this; 00227 return me==o; 00228 }