Retrieves the hash code for an instance of the System.Web.UI.DataBinding object.
A 32-bit signed integer hash code.
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.