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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > CommonMapper Class > ValueEquals Method : ValueEquals(Object) Method
Syntax
'Declaration
 
Public Overloads Shadows Function ValueEquals( _
   ByVal other As Object _
) As Boolean
'Usage
 
Dim instance As CommonMapper
Dim other As Object
Dim value As Boolean
 
value = instance.ValueEquals(other)
public new bool ValueEquals( 
   object other
)
public:
new bool ValueEquals( 
   Object^ other
) 

Parameters

other
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