Two different things here. Checking the isThisMyObject flag in the object's Awake() function simply tells you if you're the one who created this object or not. An example would be if you instantiated a spaceship and you want to add a player controller component, but only on the client that created this space ship.