Property ValueComparer
| Improve this Doc View SourceValueComparer
Gets or sets the value comparer.
Declaration
public IComparer<T> ValueComparer { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IComparer<T> |
Remarks
If not set, the default comparer will be returned.