FontFamily::GetHashCode Method ()

 

Serves as a hash function for FontFamily. It is suitable for use in hashing algorithms and data structures such as a hash table.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

An Int32 value that represents the hash code for the current object.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: