You might wanna change !=null to !Equals(null), since you're working with Strings, and String are objects.