Ejemplo n.º 1
0
 /// <summary>
 /// True if the document content has potentially changed.
 /// Does not compare actual text.
 /// </summary>
 internal bool HasContentChanged(Document otherDocument)
 {
     return(DocumentState.HasContentChanged(otherDocument.DocumentState));
 }