コード例 #1
0
 bool AnalysisObject_Impl::uuidAndVersionEqual(const AnalysisObject& other) const {
   return ((uuid() == other.uuid()) && (versionUUID() == other.versionUUID()));
 }
コード例 #2
0
 bool AnalysisObject_Impl::uuidEqual(const AnalysisObject& other) const {
   return (uuid() == other.uuid());
 }