If i make a reference to a refence type then if i make another reference to the same object and change it, the inicial one will be changed as they point to the same object right? if i have 2 or more hashtables that point to the same object, they are not creating new objects but just making references to the other object right?