 | CondensedCollectionTComparer Property |
[This is preliminary documentation and is subject to change.]
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic IEqualityComparer<T> Comparer { get; }Public ReadOnly Property Comparer As IEqualityComparer(Of T)
Get
public:
property IEqualityComparer<T>^ Comparer {
IEqualityComparer<T>^ get ();
}member Comparer : IEqualityComparer<'T> with get
Property Value
Type:
IEqualityComparerT
See Also