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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Aliasing.Internal Namespace > AliasInfo Class > Equals Method : Equals(AliasInfo) Method
Syntax
'Declaration
 
Protected Overloads Function Equals( _
   ByVal other As AliasInfo _
) As Boolean
'Usage
 
Dim instance As AliasInfo
Dim other As AliasInfo
Dim value As Boolean
 
value = instance.Equals(other)
protected bool Equals( 
   AliasInfo other
)
protected:
bool Equals( 
   AliasInfo^ other
) 

Parameters

other
Exceptions
ExceptionDescription
A null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
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

AliasInfo Class
AliasInfo Members
Overload List