Exemple #1
0
 public bool Equals(SplitResult other)
 {
     return(m_Head == other.m_Head && m_Rest == other.m_Rest);
 }