Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

34775ab6 d8d5 ceec 5c1c 473a355babf5

haplokuon edited this page May 6, 2023 · 1 revision

GetHashCode Method

netDxf 3.0.0 Library

Returns the hash code for this instance.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override int GetHashCode()

VB

Public Overrides Function GetHashCode As Integer

C++

public:
virtual int GetHashCode() override

F#

abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 

Return Value

Int32
A 32-bit signed integer that is the hash code for this instance.

See Also

Reference

TableObject Class
netDxf.Tables Namespace

Clone this wiki locally