QuickOPC User's Guide and Reference
EqualsAnnotationList Field



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > Object2 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 = Object2.EqualsAnnotationList
 
Object2.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 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also