Example #1
0
 virtual bool isSame(const AzxD *inp) const {
   if (ia_sz.compare(&inp->ia_sz) != 0) return false; 
   return true; 
 }