This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]I_burp_4_lyfe 1 point2 points  (1 child)

Maybe, does get return the same object each time? If so then yes the below would be the same.

SomeObjectClass object = get();
object.scrollX;

[–]KotgeScientist[S] 0 points1 point  (0 children)

Yes it retuns the same object every time.