EasyUA Reference
Greater Than Operator
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Uuid Structure : Greater Than Operator
a
The first object being compared
b
The second object being compared to

Glossary Item Box

Returns true if the object a is greater than object b.

Syntax

Visual Basic (Usage)Copy Code
C# 
public bool operator >( 
   Uuid a,
   Uuid b
)

Parameters

a
The first object being compared
b
The second object being compared to

Remarks

Returns true if the object a is greater than object 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.