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)
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim value As System.Collections.Generic.IEqualityComparer(Of TKey)
     
    value = instance.Comparer
    [__DynamicallyInvokable()]
    public System.Collections.Generic.IEqualityComparer<TKey> Comparer {get;}
    public read-only property Comparer: System.Collections.Generic.IEqualityComparer; 
    __DynamicallyInvokableAttribute()
    public function get Comparer : System.Collections.Generic.IEqualityComparer
    [__DynamicallyInvokable()]
    public: __property System.Collections.Generic.IEqualityComparer<TKey*>* get_Comparer();
    [__DynamicallyInvokable()]
    public:
    property System.Collections.Generic.IEqualityComparer<TKey^>^ Comparer {
       System.Collections.Generic.IEqualityComparer<TKey^>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also