Filter.Field.GetHashCode Method
Gets a hash code for the current field.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As Filter.Field
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return Value
Type: System.Int32