'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Public Shadows ReadOnly Property Comparer As IEqualityComparer(Of KeyValuePair(Of String,Boolean))
'Usage
Dim instance As NodeCollection Dim value As IEqualityComparer(Of KeyValuePair(Of String,Boolean)) value = instance.Comparer
[Browsable(false)] [NotNull()] public new IEqualityComparer<KeyValuePair<string,bool>> Comparer {get;}
[Browsable(false)] [NotNull()] public: new property IEqualityComparer<KeyValuePair<String^,bool>>^ Comparer { IEqualityComparer<KeyValuePair<String^,bool>>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).