C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / MappingCollectionBase<T> Class / Comparer Property

In This Topic
Comparer Property (MappingCollectionBase<T>)
In This Topic
Gets the generic equality comparer that is used to determine equality of keys in the collection.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Comparer As System.Collections.Generic.IEqualityComparer(Of String)
 
See Also