public bool Equals(SettingsDialogState other)
 {
     return(this.activeTab == other.activeTab);
 }