acron0 / AsanaNet

.NET API for Asana (www.asana.com)
MIT License
38 stars 29 forks source link

Added null reference checks to == and != operators for AsanaDateTime #7

Closed AdamDudley closed 11 years ago

AdamDudley commented 11 years ago

Added null reference checks to == and != operators for AsanaDateTime. As it was not possible to do things such as: if (asanaTask.DueOn != null) //do somthing;

acron0 commented 11 years ago

Looks good to me! Thanks :)

AdamDudley commented 11 years ago

No problem.