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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _EasyAEClientConfiguration Interface : ValueEquals Method
The other instance.
Defines a generalized method that classes must implement to create type-specific method for determining value equality of instances. Determines whether this instance has the same value as a given other instance.
Syntax
'Declaration
 
Function ValueEquals( _
   ByVal other As Object _
) As Boolean
'Usage
 
Dim instance As _EasyAEClientConfiguration
Dim other As Object
Dim value As Boolean
 
value = instance.ValueEquals(other)
bool ValueEquals( 
   object other
)
bool ValueEquals( 
   Object^ other
) 

Parameters

other
The other instance.

Return Value

A System.Boolean indicating the result.
Remarks
We intentionally allow null to be passed in, in order to match the behavior of System.Object.Equals(System.Object).
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

_EasyAEClientConfiguration Interface
_EasyAEClientConfiguration Members