| 589 | } |
| 590 | |
| 591 | inline friend bool operator==(const id &aId1, const id &aId2) |
| 592 | { |
| 593 | return (aId1.mId == aId2.mId); |
| 594 | } |
| 595 | |
| 596 | inline friend bool operator!=(const id &aId1, const id &aId2) |
| 597 | { |
nothing calls this directly
no outgoing calls
no test coverage detected