Share via


StatusFilterCollection.GetHashCode Method (StatusFilter)

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

Return Value

Type: System.Int32
The hash code for the specified object.

Implements

IEqualityComparer<T>.GetHashCode(T)

See Also

Reference

StatusFilterCollection Class

StatusFilterCollection Members

GetHashCode Overload

Microsoft.PerformancePoint.Scorecards Namespace