IEnumerableCountComparer<(Of <(<'TSource>)>)>..::..Compare Method (Object, Object)
Compares the result of the Count() method of two IEnumerable objects and returns an indication of their relative sort order. Specified Object parameters that are not IEnumerable objects are treated as nullNothingnullptra null reference (Nothing in Visual Basic).
Namespace:
BytecodeApi.ComparersAssembly: BytecodeApi (in BytecodeApi.dll)
Syntax
Parameters
- x
- Type: Object
An IEnumerable to compare the result of the Count() method to the result of the Count() method of y.
- y
- Type: Object
An IEnumerable to compare the result of the Count() method to the result of the Count() method of x.