예제 #1
0
 public bool Equals(ParsingFrame other)
 {
     return(ind == other.ind && Misc.AreEqual(module, other.module));
 }