ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / CellRange Class / GetHashCode Method






In This Topic
    GetHashCode Method (CellRange)
    In This Topic
    Serves as a hash function for CellRange.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetHashCode() As System.Integer
    'Usage
     
    
    Dim instance As CellRange
    Dim value As System.Integer
     
    value = instance.GetHashCode()
    public override System.int GetHashCode()
    public function GetHashCode(): System.Integer; override; 
    public override function GetHashCode() : System.int;
    public: System.int GetHashCode(); override 
    public:
    System.int GetHashCode(); override 

    Return Value

    A hash code for the current CellRange.
    See Also