public bool Equals(NativeFormatMethodCommon other)
 {
     if (!(_reader == other._reader))
         return false;
     if (!(_methodHandle.Equals(other._methodHandle)))
         return false;
     if (!(_contextTypeInfo.Equals(other._contextTypeInfo)))
         return false;
     return true;
 }