return MyModel.Thing == "whatever" ? false : true;
...may be replaced with...
return MyModel.Thing != "whatever";
No comments:
Post a Comment