| 17 | |
| 18 | namespace std { |
| 19 | bool operator==(const ::Windows::Foundation::TimeSpan& first, |
| 20 | const ::Windows::Foundation::TimeSpan& second) { |
| 21 | return first.Duration == second.Duration; |
| 22 | } |
| 23 | |
| 24 | bool operator==( |
| 25 | const ::Windows::Devices::Geolocation::BasicGeoposition& first, |
nothing calls this directly
no outgoing calls
no test coverage detected