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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAClientUpdateRates Class > Equals Method : Equals(EasyDAClientUpdateRates) Method
The EasyDAClientUpdateRates to compare with the current object.
Determines whether the specified EasyDAClientUpdateRates is equal to the current object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As EasyDAClientUpdateRates _
) As Boolean
'Usage
 
Dim instance As EasyDAClientUpdateRates
Dim other As EasyDAClientUpdateRates
Dim value As Boolean
 
value = instance.Equals(other)
public:
bool Equals( 
   EasyDAClientUpdateRates^ other
) 

Parameters

other
The EasyDAClientUpdateRates to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

EasyDAClientUpdateRates Class
EasyDAClientUpdateRates Members
Overload List