Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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