QuickOPC User's Guide and Reference
ValueEquals(CommonMapper) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > CommonMapper Class > ValueEquals Method : ValueEquals(CommonMapper) Method
The OpcLabs.BaseLib.LiveMapping.AbstractMapper to compare with the current object.
Determines whether the specified OpcLabs.BaseLib.LiveMapping.AbstractMapper is value equal to the current object.
Syntax
'Declaration
 
Protected Overloads Function ValueEquals( _
   ByVal other As CommonMapper _
) As Boolean
'Usage
 
Dim instance As CommonMapper
Dim other As CommonMapper
Dim value As Boolean
 
value = instance.ValueEquals(other)
protected bool ValueEquals( 
   CommonMapper other
)
protected:
bool ValueEquals( 
   CommonMapper^ other
) 

Parameters

other
The OpcLabs.BaseLib.LiveMapping.AbstractMapper to compare with the current object.

Return Value

true if the specified object is value equal to the current object; 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

CommonMapper Class
CommonMapper Members
Overload List