ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieInfo Structure / GetHashCode Method


In This Topic
    GetHashCode Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As Integer
    'Usage
     
    
    Dim instance As PieInfo
    Dim value As Integer
     
    value = instance.GetHashCode()
    public override int GetHashCode()
    See Also