Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SupportsPreviewControlAttribute::GetHashCode Method ()

 

Returns the hash code for this instance of the SupportsPreviewControlAttribute class.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

A 32-bit signed integer hash code for the current instance of SupportsPreviewControlAttribute.

The GetHashCode method overrides the Object::GetHashCode method.

The GetHashCode method generates the same hash code for two objects that are equal according to the Equals method. The hash code is suitable for use in hashing algorithms and data structures, such as hash tables.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft