OpcNodeIdComparison Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Specifies in which ways OpcNodeId objects are to be compared using either Equals(OpcNodeId, OpcNodeIdComparison) or Equals(OpcNodeId, OpcNodeId, OpcNodeIdComparison).

C#

public enum OpcNodeIdComparison


Inheritance ObjectValueTypeEnum › OpcNodeIdComparison

Name Value Description
Default 0 Compare node identifiers and their namespaces case-sensitive.
IgnoreCase 1 Compare node identifiers and their namespaces ignoring the case of them.
IgnoreNamespace 2 Compare only node identifiers case-sensitive.
IgnoreNamespaceIgnoreCase 3 Compare only node identifiers ignoring the case of them.
IgnoreNamespaceUri 4 Compare node identifiers and namespace indexes except their URI case-sensitive.
IgnoreNamespaceUriIgnoreCase 5 Compare node identifiers and namespace indexes except their URI ignoring the case of them.