Click or drag to resize

CompareCountExtension Class

CompareCount extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsCompareCountExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
Syntax
public static class CompareCountExtension

The CompareCountExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCompareCountTFirst, TSecond
Compares two sequences and returns an integer that indicates whether the first sequence has fewer, the same or more elements than the second sequence.
Top
See Also