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



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

FormSet Class
FormSet Members
GetPartialHashCode Method
GetTemplateHashCode Method

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