DashStyleGetHashCode Method |
Serves as a hash function for a
DashStyle object.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
Return Value
Type:
Int32A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.
See Also