Searched refs:altEqual (Results 1 – 1 of 1) sorted by relevance
312 bool altEqual = (qIsNaN(d->alt) && qIsNaN(other.d->alt)) in operator ==() local318 return (latEqual && lngEqual && altEqual); in operator ==()