I’ve only had to implement equality in C# but that didn’t seem that hard of a problem. you just expand the operator = function
I’ve only had to implement equality in C# but that didn’t seem that hard of a problem. you just expand the operator = function
Tho, C# is statically typed so you can look at the available methods any one library has at any time in the IDE
Oh well, It does show how little I do have to actually use that. It just hasn’t come up that much