After checking out C# to see if it could help me with this problem
I've discovered that you cannot overload the assignment operator in
C#. Guess I will have to use your property idea. BTW, I tried to
inherit the String class and it said that it was not inheritable.
FYI, the FName LName example is much more simple than my actual
problem. I just wanted to know if my idea was even possible. I
guess not.