CompareCountExtension Class
CompareCount extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class CompareCountExtension
<ExtensionAttribute>
Public NotInheritable Class CompareCountExtension
[ExtensionAttribute]
public ref class CompareCountExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CompareCountExtension = class end
- Inheritance
- Object    CompareCountExtension
 | CompareCountTFirst, 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. |