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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > CommonMappingContext Class > Equals Method : Equals(CommonMappingContext) 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 CommonMappingContext _
) As Boolean
'Usage
 
Dim instance As CommonMappingContext
Dim other As CommonMappingContext
Dim value As Boolean
 
value = instance.Equals(other)
protected bool Equals( 
   CommonMappingContext other
)
protected:
bool Equals( 
   CommonMappingContext^ 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

CommonMappingContext Class
CommonMappingContext Members
Overload List