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