OfficeCustomXmlPartCollection<T>.Contains(String) Method
Determines whether the collection contains an item whose XML content equals the specified XML string.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
content | String | The XML content to check. |
Returns
Type | Description |
---|---|
Boolean | true if the content of any custom XML part equals the specified XML string; otherwise, false. |
See Also