containsEqualData method
Implementation
bool containsEqualData(SelfIDMessage other) {
return descriptionType == other.descriptionType &&
description == other.description;
}
bool containsEqualData(SelfIDMessage other) {
return descriptionType == other.descriptionType &&
description == other.description;
}