10[TypeForwardedFrom(
"mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
22 ref
byte rawData = ref this.GetRawData();
23 ref
byte rawData2 = ref
obj.GetRawData();
55 public static bool Equals(
object? objA,
object? objB)
61 if (objA ==
null || objB ==
null)
65 return objA.Equals(objB);
static void BulkMoveWithWriteBarrier(ref byte destination, ref byte source, nuint byteCount)
static void Memmove(ref byte dest, ref byte src, nuint len)
unsafe object MemberwiseClone()
virtual int GetHashCode()
virtual ? string ToString()
virtual bool Equals(object? obj)
static bool ReferenceEquals(object? objA, object? objB)
static bool Equals(object? objA, object? objB)
static new bool Equals(object? o1, object? o2)
static unsafe nuint GetRawObjectDataSize(object obj)
static object AllocateUninitializedClone(object obj)
static int GetHashCode(object? o)
static unsafe MethodTable * GetMethodTable(object obj)
override string ToString()