Exemple #1
0
 public bool Equals(LRxItem other) =>
 CoreEquals(other) &&
 lookahead.SetEquals(other.lookahead);