public bool Equals(NetworkComboBoxItem other) { if (Network == null) { return(other.Network == null); } return(Network.Equals(other.Network)); }