Include Protected Members
Include Inherited Members
Calculates the differences between the two sequences.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
DifferenceSequences<T>(IList<T>, IList<T>) | Calculates the differences between the two sequences. |
![]() |
DifferenceSequences<T>(IList<T>, IList<T>, ContinueProcessingPredicate<T>) | Calculates the differences between the two sequences. The supplied predicate will be called on each step through the left sequence. |
Top