containsEqualData method
Implementation
bool containsEqualData(BasicIDMessage other) {
return uasID == other.uasID && uaType == other.uaType;
}
bool containsEqualData(BasicIDMessage other) {
return uasID == other.uasID && uaType == other.uaType;
}