SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Zone Structure / GetHashCode Method




In This Topic
    GetHashCode Method (Zone)
    In This Topic
    Returns the hash code for this Zone structure. For information about the use of hash codes, see System.Object.GetHashCode.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As Zone
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    public: int GetHashCode(); override 
    public:
    int GetHashCode(); override 

    Return Value

    An integer that represents the hash code for this rectangle.
    See Also