CompareCountExtension Class
CompareCount extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
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.
             |