Пример #1
0
 public bool Equals(EventStreamHeader other)
 {
     return(string.Equals(m_etag, other.m_etag) && m_version.Equals(other.m_version));
 }