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



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

DataItem Class
DataItem Members

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