//------------------------------------------------------------------------- public override bool Equals(object obj) { CPlageIP plage = obj as CPlageIP; if (plage != null && plage.m_strModeleIP == this.m_strModeleIP && plage.m_nMask == this.m_nMask) { return(true); } return(false); }
public void RemovePlage(CPlageIP plage) { PlagesIPList.Remove(plage); }
public void AddPlage(CPlageIP plage) { PlagesIPList.Add(plage); }