¡@

Home 

c# Programming Glossary: selfvalue

Comparing object properties in c#

http://stackoverflow.com/questions/506096/comparing-object-properties-in-c-sharp

if ignoreList.Contains pi.Name object selfValue type.GetProperty pi.Name .GetValue self null object toValue.. toValue type.GetProperty pi.Name .GetValue to null if selfValue toValue selfValue null selfValue.Equals toValue return false.. pi.Name .GetValue to null if selfValue toValue selfValue null selfValue.Equals toValue return false return true..