DrawingOptionsGetHashCode Method
Returns a hash code for this instance.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int
override GetHashCode : unit -> int
Return Value
Int32A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
You should not change the public properties of this class after using it as a key in a hash table.