containsEqualData method

bool containsEqualData(
  1. SelfIDMessage other
)

Implementation

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