PowerTCP Mail for .NET
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
Public Overrides Function GetHashCode() As Integer
Dim instance As Mailbox
Dim value As Integer
 
value = instance.GetHashCode()
public override int GetHashCode()
public: int GetHashCode(); override 
public:
int GetHashCode(); override 

Return Value

A hash code for the current Object.
See Also

Reference

Mailbox Class
Mailbox Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic