SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure objects aren't null.
null
Having obj1 and obj2:
obj1
obj2
if(obj1 == null ) { return false; } return obj1.Equals( obj2 );