containsEqualData method

bool containsEqualData(
  1. BasicIDMessage other
)

Implementation

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