VistaDB 6
VistaDB.Diagnostic Namespace / Errors Class / Comparer Property


In This Topic
    Comparer Property
    In This Topic
    Gets the System.Collections.Generic.IEqualityComparer`1 that is used to determine equality of keys for the dictionary.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property Comparer As System.Collections.Generic.IEqualityComparer(Of TKey)
    'Usage
     
    
    Dim instance As Errors
    Dim value As System.Collections.Generic.IEqualityComparer(Of TKey)
     
    value = instance.Comparer
    [__DynamicallyInvokable()]
    public System.Collections.Generic.IEqualityComparer<TKey> Comparer {get;}

    Property Value

    The System.Collections.Generic.IEqualityComparer`1 generic interface implementation that is used to determine equality of keys for the current System.Collections.Generic.Dictionary`2 and to provide hash values for the keys.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also