public override int GetHashCode() { return(AbsoluteOffset.GetHashCode() ^ file.GetHashCode()); // ^ (Anchor?.GetHashCode() ?? 0); }