Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ElementSize Class / GetHashCode Method


In This Topic
    GetHashCode Method (ElementSize)
    In This Topic
    Returns hash code of the instance.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As ElementSize
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    See Also