Beispiel #1
0
 public bool Equals(PipDataEntryList other)
 {
     return(m_bytes.Equals(other.m_bytes));
 }