EasyUA Reference
GetHashCode Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ExtensionObject Class : GetHashCode Method

Glossary Item Box

Returns a unique hashcode for the embeded object.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ExtensionObject
Dim value As Integer
 
value = instance.GetHashCode()
C# 
public override int GetHashCode()

Return Value

A hash code for the current embeded object.

Requirements

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

See Also

Reference

ExtensionObject Class
ExtensionObject Members
Base Implementation in GetHashCode

Copyright © 2018 Advosol Inc. All Rights Reserved.