IEnumerable<T>.Comparer Property
Gets the assigned comparer. If not comparer was assigned it returns the default comparer.
public property Comparer: IComparer<T> read GetComparer;
Property Value
Type: IComparer<T>
Gets the assigned comparer. If not comparer was assigned it returns the default comparer.
public property Comparer: IComparer<T> read GetComparer;