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



Accusoft.FormDirectorSdk Namespace > TemplateImageCollection Class : GetHashCode Method
Serves as a hash function for this object.
Syntax
'Declaration
 
Public Overrides Function GetHashCode() As Integer
'Usage
 
Dim instance As TemplateImageCollection
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 TemplateImageCollection 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

TemplateImageCollection Class
TemplateImageCollection Members

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