TextItemGetHashCode Method |
The GetHashCode method serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Return Value
Type:
Int32A hash value for the current TextItem object
See Also