uaPLUS Reference
Equality Operator
See Also  Send Feedback
Opc.Ua Namespace > NumericRange Structure : Equality Operator

value1
value2

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Operator =( _
   ByVal value1 As NumericRange, _
   ByVal value2 As NumericRange _
) As Boolean
C# 
public bool operator ==( 
   NumericRange value1,
   NumericRange value2
)

Parameters

value1
value2

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.