The musings of a Rocket Scientist. NOT!
Can anyone tell me why you would do the following?
!latestRow.EditBy.Equals(Convert.ToString((object)latestRow.VerifyBy))
latestRow.EditBy is a string
latestRow.VerifyBy is also a string
Comments