Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / GetHashCode Method

In This Topic
    GetHashCode Method (PdfString)
    In This Topic
    Serves as the default hash function.
    Syntax
    'Declaration
     
    Public Overrides Function GetHashCode() As System.Integer
    public override System.int GetHashCode()

    Return Value

    A hash code for the current object.
    See Also