コード例 #1
0
 public bool Equals(SettingsDialogState other)
 {
     return(this.activeTab == other.activeTab);
 }