A
active
Console.WriteLine(String.Equals(s, s.Clone.ToString))
s is type string.
This returns True.
If Clone really made a new copy I'd expect False.
Wouldn't you?
s is type string.
This returns True.
If Clone really made a new copy I'd expect False.
Wouldn't you?