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 the hash code for the specified object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetHashCode ( _
obj As StatusFilter _
) As Integer
'Usage
Dim instance As StatusFilterCollection
Dim obj As StatusFilter
Dim returnValue As Integer
returnValue = instance.GetHashCode(obj)
public int GetHashCode(
StatusFilter obj
)
Parameters
obj
Type: Microsoft.PerformancePoint.Scorecards.StatusFilterThe specified object.
Return Value
Type: System.Int32
The hash code for the specified object.
Implements
IEqualityComparer<T>.GetHashCode(T)