<div dir="ltr"><div>There are times I find it useful to compare two SourceLocations in the same file. I've noticed the operators ==, != and < are all defined for SourceLocations, but not >, >= or <=. Is there any reason these are omitted? For now I'm having to make do with using getRawEncoding() to compare them and it would make the code look cleaner to avoid this. Of course I'm assuming the encoded value always increases as you go through the file, which seems to be the case.<br><br></div>Thanks,<br>Robert Ankeney<br></div>