Simon Kennedy
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Simon Kennedy created a post, AnsweredIs this code actually redundant?
We had introduced code like this: if (response != null && response.Success && response.Result is bool == true) Resharper marks the ' == true' as redundant but is this actually true? I would have ... -
-