Exemplo n.º 1
0
 protected virtual bool IsEquivalent(SymAliasType other) => IsEquivalent(other.Alias);
Exemplo n.º 2
0
 public void AddAlias(string identifier, SymAliasType symbol)
 {
     _table.Add(identifier.ToLower(), symbol);
 }
Exemplo n.º 3
0
 protected override bool IsEquivalent(SymAliasType other) => IsEquivalent(other.Alias);