QuickOPC User's Guide and Reference
Equals(AbstractMappingContext) Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveMapping Namespace > AbstractMappingContext Class > Equals Method : Equals(AbstractMappingContext) Method
Object to be compared.
Determines whether the current object is the same as other object.
Syntax
'Declaration
 
Protected Overloads Function Equals( _
   ByVal other As AbstractMappingContext _
) As Boolean
'Usage
 
Dim instance As AbstractMappingContext
Dim other As AbstractMappingContext
Dim value As Boolean
 
value = instance.Equals(other)
protected bool Equals( 
   AbstractMappingContext other
)
protected:
bool Equals( 
   AbstractMappingContext^ other
) 

Parameters

other
Object to be compared.

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