ListProviderAdorner.GetHashCode Method (ListObject)
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.ListObjectThe 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