Does the list contain the specified object?
Does the list contain the specified object?
public bool Contains(DockObject);
Does the list contain any of a bunch of objects?
public bool Contains(DockObjectCollection);
Does the list contain a object whose title matches any of the specified titles?
public bool Contains(StringCollection);
Does the list contain a object whose title matches the specified title?
public bool Contains(string);
DockObjectCollection Class | NETXP.Controls.Docking Namespace