Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcSource Interface / GetHashCode Method


In This Topic
    GetHashCode Method (ICalcSource)
    In This Topic
    Syntax
    'Declaration
     
    <__DynamicallyInvokableAttribute()>
    Function GetHashCode( _
       ByVal obj As ICalcSource _
    ) As Integer
    'Usage
     
    Dim instance As ICalcSource
    Dim obj As ICalcSource
    Dim value As Integer
     
    value = instance.GetHashCode(obj)
    [__DynamicallyInvokable()]
    int GetHashCode( 
       ICalcSource obj
    )

    Parameters

    obj
    See Also