protected override bool IsEquivalent(SymNilConst other) => true;
protected virtual bool IsEquivalent(SymNilConst other) => false;
protected override bool IsEquivalent(SymNilConst other) => Alias.IsEquivalent(other);