EasyUA Reference
Greater Than Operator
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeId Class : Greater Than Operator
value1
value2

Glossary Item Box

Returns true if a is greater than b.

Syntax

Visual Basic (Usage)Copy Code
C# 
public bool operator >( 
   NodeId value1,
   NodeId value2
)

Parameters

value1
value2

Remarks

Returns true if a is greater than b.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.