JAMS Developer Guide
Comparer Property (EntryParamCollection)


MVPSI.JAMS Namespace > EntryParamCollection Class : Comparer Property
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public ReadOnly Property Comparer As System.Collections.Generic.IEqualityComparer(Of String)
'Usage
 
Dim instance As EntryParamCollection
Dim value As System.Collections.Generic.IEqualityComparer(Of String)
 
value = instance.Comparer
[__DynamicallyInvokable()]
public System.Collections.Generic.IEqualityComparer<string> Comparer {get;}
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

Reference

EntryParamCollection Class
EntryParamCollection Members