ot::Heap::Data::operator() const method
Overloads operator `==` to compare the `Data` content with the content from another one.
Arguments
aOtherData
The other `Data` to compare with.
Return value
TRUE The two `Data` instances have matching content (same length and same bytes). FALSE The two `Data` instances do not have matching content.