EasyUA Reference
Inequality(StatusCode,UInt32) Operator
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > StatusCode Structure > Inequality Operator : Inequality(StatusCode,UInt32) Operator
a
The first value being compared
b
The second value being compared to

Glossary Item Box

Returns true if the objects are not equal.

Syntax

Visual Basic (Usage)Copy Code
C# 
public bool operator !=( 
   StatusCode a,
   uint b
)

Parameters

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

Remarks

Returns true if the objects are not equal.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.