DataBinding.GetHashCode Method ()

 

Retrieves the hash code for an instance of the DataBinding object.

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

override GetHashCode : unit -> int

Return Value

Type: System.Int32

A 32-bit signed integer hash code.

DataBinding objects are placed in a DataBindingCollection object, accessible only at design time. The collection is a hash table that represents the bindings on a control. There can only be one binding per property, so the hash code computation matches the DataBinding.Equals implementation and only takes the property name into account.

.NET Framework
Available since 1.1
Return to top
Show: