ot::Data::StartsWith() const method
Checks whether the `Data` starts with the same byte content as from another `Data` instance. Checks that the `Data` instance contains the same bytes as @p aOtherData but allows it to have additional bytes at the end.
Arguments
aOtherData
The other `Data` to compare with.
Return value
TRUE This `Data` starts with the same byte content as in @p aOtherData. FALSE This `Data` does not start with the same byte content as in @p aOtherData.