Method Contains
Contains(string)
Tests whether the document contains an element with the specified name.
Parameters
name
stringThe name of the element to look for.
Returns
- bool
True if the document contains an element with the specified name.
Tests whether the document contains an element with the specified name.
name
stringThe name of the element to look for.
True if the document contains an element with the specified name.