Share via


SPSystemPerformanceCounterMonitor.GetHashCode method

Gets a hash code for the object.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SPSystemPerformanceCounterMonitor
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Return value

Type: System.Int32
The hash code.

Remarks

This override gets the hash code of the Name property.

See also

Reference

SPSystemPerformanceCounterMonitor class

SPSystemPerformanceCounterMonitor members

Microsoft.SharePoint.Utilities namespace