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