equals method

Do not call this method. This method is visible only for testing.

Implementation

@visibleForTesting
bool equals(SmsConversation other) {
  return this.threadId == other.threadId &&
      this.snippet == other.snippet &&
      this.messageCount == other.messageCount;
}