MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / operator==

Function operator==

src/NodeRTLib/ProjectFiles/CollectionsConverterUtils.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18namespace std {
19bool operator==(const ::Windows::Foundation::TimeSpan& first,
20 const ::Windows::Foundation::TimeSpan& second) {
21 return first.Duration == second.Duration;
22}
23
24bool operator==(
25 const ::Windows::Devices::Geolocation::BasicGeoposition& first,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected