@alexey.noskov I have a word document in the paragraph having some hyperlinks I want to compare with a document inside the text and my text so I need to ignore the hyperlink in the document while comparing time. Kindly help me asap.
Please find the below mentioned input document.
Input_word document.docx (13.3 KB)
string description = "Please find referenced IMS Policies, Standard Operating Procedures (SOPs), Work Practice (WPs), Guidance Documents (GDs) and Forms, within the IMS Document Library. HR SOPs and WPs can be found in the IMS Document Library and HR Policies, GDs and Forms can be found on the IMS Human Resource Page. Refer to the MMS Global Glossary for terms and acronyms.";
if (paragraph.ToString(SaveFormat.Text).Trim().Equals(description, StringComparison.InvariantCultureIgnoreCase))
{
}