fIsLatest
result = into->AddBool(kKeyIsLatest, fIsLatest);
from->FindBool(kKeyIsLatest, &fIsLatest);
return fIsLatest;
fIsLatest = value;
fIsLatest = other.fIsLatest;
bool fIsLatest;