Opc.Ua.Core
Equals(StatusCode) Method



Opc.Ua Namespace > StatusCode Structure > Equals Method : Equals(StatusCode) Method
The StatusCode to compare to *this* object
Determines if the specified object is equal to the object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As StatusCode _
) As Boolean
'Usage
 
Dim instance As StatusCode
Dim other As StatusCode
Dim value As Boolean
 
value = instance.Equals(other)
public bool Equals( 
   StatusCode other
)
public:
bool Equals( 
   StatusCode other
) 

Parameters

other
The StatusCode to compare to *this* object
Remarks
Determines if the specified object is equal to the object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusCode Structure
StatusCode Members
Overload List