Search
Length.GetHashCode Method
See Also
 





Gets the hash code for this instance of Length object.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public override int GetHashCode ()

Visual Basic  Copy Code

Public Overrides Function GetHashCode () As Integer

 Return Value

The hash code for this instance of Length.

 See Also