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