FormFix v6.0 for .NET - Updated
GetHashCode Method (TemplateImage)



Accusoft.FormDirectorSdk Namespace > TemplateImage Class : GetHashCode Method
Serves as a hash function for this object.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
'Usage
 
Dim instance As TemplateImage
Dim value As Integer
 
value = instance.GetHashCode()
public override int GetHashCode()
public:
int GetHashCode(); override 

Return Value

An integer that contains the hash code for the object. Two TemplateImage objects with different persistent properties will almost always have different hash codes.
Remarks

This method computes and returns a hash code for this object. You can then use the hash code for certain datastructures like a hash table.

See Also

Reference

TemplateImage Class
TemplateImage Members

Is this page helpful?
Yes No
Thanks for your feedback.