DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomContextCollection Class / Comparer Property

In This Topic
    Comparer Property
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property Comparer As System.Collections.Generic.IEqualityComparer(Of TKey)
    [__DynamicallyInvokable()]
    public System.Collections.Generic.IEqualityComparer<TKey> Comparer {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also