OPC Studio User's Guide and Reference
Equals(NodeCollection) Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.NodeSpace Namespace > NodeCollection Class > Equals Method : Equals(NodeCollection) Method
Object to be compared.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Determines whether the current object is the same as other object.
Syntax
'Declaration
 
Protected Overloads Function Equals( _
   ByVal other As NodeCollection _
) As Boolean
'Usage
 
Dim instance As NodeCollection
Dim other As NodeCollection
Dim value As Boolean
 
value = instance.Equals(other)
protected bool Equals( 
   NodeCollection other
)
protected:
bool Equals( 
   NodeCollection^ other
) 

Parameters

other
Object to be compared.

The value of this parameter cannot be null (Nothing in Visual Basic).

The individual elements of the parameter value cannot be null (Nothing in Visual Basic).

Return Value

True if the objects are the same, otherwise false.
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