What do you think is the value of variable result in the code below: string x = "some string here"; bool result = Object.ReferenceEquals("some string here", x); Given that the data type string is a reference type, it may come as a surprise to some, that