PowerTCP Mail for .NET
GetHashCode Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Mailbox Class : GetHashCode Method




Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Syntax

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

Return Value

A hash code for the current Object.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.