Пример #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(m_etag.GetHashCode() ^ m_version.GetHashCode());
     }
 }