azme94

Results 2 issues of azme94

`var diff = list1.Diff(list2, ComparisonOptions.All | ComparisonOptions.AllowCollectionsToBeOutOfOrder | ComparisonOptions.AllowEqualsOverride);` throws System.NotSupportedException pointing at IEnumerator.Reset() . I want to ignore ordering differences in lists. I tried igoring, but still getting it....

Request: A method that returns immediately, at the first encounter of difference, without any further difference checks. bool IsDiff(ob1, obj2) Justification: Sometimes, the app only cares about if the objects...