A simple question hopefully...
Can the Object GetHashCode() method be used to obtain a unique
identifier for an instance of an object?
To put this another way, what does the Object.Referenc eEquals() shared
method use for its comparison?
In Python, a unique identifier can be obtained with: id(object)
Thanks,
Daniel Klein
Can the Object GetHashCode() method be used to obtain a unique
identifier for an instance of an object?
To put this another way, what does the Object.Referenc eEquals() shared
method use for its comparison?
In Python, a unique identifier can be obtained with: id(object)
Thanks,
Daniel Klein
Comment