Hi,<div><br></div><div>did anybody have experience with using overloaded operators for managed objects? I have a class that have e.g. the operator+ overloaded in C#, but that does not seem to be picked up from the Python side. I have tried to add overloading using the setattr(MyType, &quot;name&quot;, method_name), but it only seem to work for the native Python objects and not for the managed objects. In both cases I get &quot;TypeError: unsupported operand type(s) for +: &#39;MyType&#39; and &#39;MyType&#39;&quot;.</div>
<div><br></div><div>Thanks in advance!<br clear="all"><br>-- <br>oleksii<br>
</div>