Is there an easy and quick way to compare values of 2 objects?
I have a function that accepts 2 parameters of object type.
I want to see if the values are the same or different.
The 2 objects will always be of the same type.
however the function can be called from many places and different types can be passed in.
The objects can also be nothing at times.
Thanks,


Reply With Quote
