Returns the hashcode for this ID.


Namespace: FileNet.Api.Util
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetHashCode() As Integer
C#
public override int GetHashCode()
C++
public:
 virtual int GetHashCode() override 
J#
public override int GetHashCode()
JScript
public override  function GetHashCode() : int

Return Value

An Integer representing the hashcode for the ID.

See Also