Hi Hardywang,
I think your problem is caused by the fact that you are using Equals() rather than Equal(). You are now calling the built-in Object.Equals method every object inherits from System.Object.
Hi Hardywang,
I think your problem is caused by the fact that you are using Equals() rather than Equal(). You are now calling the built-in Object.Equals method every object inherits from System.Object.