For my better understanding of OOP: When I copy an object property...
e. g. CurrentEquity = bo.Equity; ... if the bo.Equity property changes afterwards, does the variable CurrentEquity change with it, or does it contain the old value? Thanks in advance!
