Searched defs:RTUInt128IsEqual (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Duint128.h1046 DECLINLINE(bool) RTUInt128IsEqual(PCRTUINT128U pValue1, PCRTUINT128U pValue2) function
1069 return !RTUInt128IsEqual(pValue1, pValue2);

Completed in 45 milliseconds