ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant.VariantComparer Class / GetHashCode Method / GetHashCode(Variant) Method
The Variant to get hashcode for.

In This Topic
    GetHashCode(Variant) Method
    In This Topic
    Gets hashcode of the given Variant.
    Syntax
    'Declaration
     
    Public Overloads Function GetHashCode( _
       ByVal obj As Variant _
    ) As Integer
    public int GetHashCode( 
       Variant obj
    )

    Parameters

    obj
    The Variant to get hashcode for.
    See Also