Will this set the attached game object to that coordinate?

{
transform.position = new Vector3 (0, 0, 0);
}

You are changing the position of the attached GameObject, yes. It will be moved to the center of the scene.