[]
Determines whether the IList contains a specific value.
public bool Contains(object value)
Type | Name | Description |
---|---|---|
object | value |
Type | Description |
---|---|
bool |
Determines whether a page element is in the PagesCollection.
public bool Contains(T value)
Type | Name | Description |
---|---|---|
T | value | A page to be found in the collection. |
Type | Description |
---|---|
bool | The value is true if the item parameter is found in the collection; otherwise, the value is false. |