Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextPointer Class / GetHashCode Method

In This Topic
    GetHashCode Method
    In This Topic
    Returns the hash code for this instance.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As System.Integer
    public override System.int GetHashCode()

    Return Value

    A 32-bit signed integer hash code.
    See Also