QuickOPC User's Guide and Reference
FieldNameComparer Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAStringDataSetFieldDataDictionary Class : FieldNameComparer Field
The comparer for the field names in the dictionary.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly FieldNameComparer As IComparer(Of String)
'Usage
 
Dim value As IComparer(Of String)
 
value = UAStringDataSetFieldDataDictionary.FieldNameComparer
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static readonly IComparer<string> FieldNameComparer
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static readonly IComparer<String^>^ FieldNameComparer
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also