.NET pointer comparison
Tue Jun 28 2022 14:28:07 GMT+0000 (Coordinated Universal Time)
In general, the punctuator % is to ^ as the punctuator & is to *. In C++ the unary & operator is in C++/CLI the unary % operator. While &ptr yields a P*, %mngd yields at MO^.
https://stackoverflow.com/questions/202463/what-does-the-caret-mean-in-c-cli
Comments