Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a hash code for the ListObject object.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public virtual int GetHashCode(
    ListObject obj
)
public:
virtual int GetHashCode(
    ListObject^ obj
)
Public Overridable Function GetHashCode (
    obj As ListObject
) As Integer
Parameters
- obj 
 Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.ListObject- The object for which the hash code is returned. 
Return Value
Type: System.Int32
A hash code for the ListObject object.
Implements
IEqualityComparer<T>.GetHashCode(T)
See Also
GetHashCode Overload
ListProviderAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top