System.Web.UI.DataBinding.GetHashCode Method

Retrieves the hash code for an instance of the System.Web.UI.DataBinding object.

Syntax

public override int GetHashCode ()

Returns

A 32-bit signed integer hash code.

Remarks

System.Web.UI.DataBinding objects are placed in a System.Web.UI.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(object) implementation and only takes the property name into account.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0