QuickOPC User's Guide and Reference
EqualsAnnotationList Field



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > Info Class : EqualsAnnotationList Field
Annotation list used with the Equals(Object,List<String>) method.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<ThreadStaticAttribute()>
Public Shared EqualsAnnotationList As List(Of String)
'Usage
 
Dim value As List(Of String)
 
value = Info.EqualsAnnotationList
 
Info.EqualsAnnotationList = value
[CanBeNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[ThreadStatic()]
public static List<string> EqualsAnnotationList
[CanBeNull()]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[ThreadStatic()]
public:
static List<String^>^ EqualsAnnotationList
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

Info Class
Info Members