LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
GetHashCode Method
See Also 
Leadtools Namespace > LeadSize Structure : GetHashCode Method



Returns a hash code for this LeadSize structure. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overrides Public Function GetHashCode() As Integer
Visual Basic (Usage)Copy Code
Dim instance As LeadSize
Dim value As Integer
 
value = instance.GetHashCode()
C# 
public override int GetHashCode()
C++/CLI 
public:
int GetHashCode(); override 

Remarks

For information about this method, see System.Object.GetHashCode.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also