7 internal BackCompatibleStringComparer()
11 public unsafe
static int GetHashCode(
string obj)
13 fixed (
char* ptr = obj)
18 while ((num2 = *ptr2) != 0)
20 num = (((num << 5) + num) ^ num2);
29 return object.Equals(a, b);
32 public virtual int GetHashCode(
object o)
34 string text = o as string;
37 return o.GetHashCode();
39 return GetHashCode(text);
new bool Equals(object x, object y)
Determines whether the specified objects are equal.
Defines methods to support the comparison of objects for equality.
The default setting for this enumeration, which is currently F:System.GCCollectionMode....