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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > CommonMappingSource Class > Equals Method : Equals(CommonMappingSource) 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 CommonMappingSource _
) As Boolean
'Usage
 
Dim instance As CommonMappingSource
Dim other As CommonMappingSource
Dim value As Boolean
 
value = instance.Equals(other)
protected bool Equals( 
   CommonMappingSource other
)
protected:
bool Equals( 
   CommonMappingSource^ 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 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

CommonMappingSource Class
CommonMappingSource Members
Overload List