I was looking at some example C# code, and noticed that one example wrapped the return in ()\'s.
I\'ve always just done:
return myRV;
No, there is no difference other than syntactical.