IgnoreDifferencePredicate Delegate
Visual Studio 2015
Add a predicate to selectively ignore differences.
Predicate: A predicate to be called for every computed line difference.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public delegate bool IgnoreDifferencePredicate( Difference lineDifference, ITextSnapshot leftSnapshot, ITextSnapshot rightSnapshot )
Return Value
Type: System.Boolean
Show: