QuickOPC User's Guide and Reference
GetHashCode Method (LocalizationRequiredAttribute)



OpcLabs.BaseLib Assembly > JetBrains.Annotations Namespace > LocalizationRequiredAttribute Class : GetHashCode Method
Serves as the default hash function. Returns the hash code for this instance.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
'Usage
 
Dim instance As LocalizationRequiredAttribute
Dim value As Integer
 
value = instance.GetHashCode()
public override int GetHashCode()
public:
int GetHashCode(); override 

Return Value

A hash code for the current object.A hash code for the current LocalizationRequiredAttribute.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

LocalizationRequiredAttribute Class
LocalizationRequiredAttribute Members
Base Implementation in GetHashCode