Refering to gameobject script is attached to

What is the best way in C# to refer to the gameobject that the particular script is attached to, IE, is there something similiar to “this”?

http://unity3d.com/support/documentation/ScriptReference/Component-gameObject.html

“this” is the script instance, not the Game Object to which the script instance is attached.