How to determine whether two "ref" variables refer to the same variable, even if null? – stackoverflow.com

How can I determine whether two ref variables refer to the same variable – even if both variables contain null? Example: void Test() { object a = null; object b = null; var areSame = ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "How to determine whether two "ref" variables refer to the same variable, even if null? – stackoverflow.com"