Compares two IDs for logical equality.


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

Syntax

Visual Basic (Declaration)
Public Overrides Function Equals( _ 
   ByVal otherId As Object _ 
) As Boolean
C#
public override bool Equals(
   object otherId
)
C++
public:
 virtual bool Equals(
   Object otherId
) override 
J#
public override bool Equals(
   object otherId
)
JScript
public override  function Equals(
   otherId : Object
) : bool

Parameters

otherId
The ID against which to compare this ID.

Return Value

True if otherId is an Id object and their GUIDs are logically equal; otherwise, returns False.

See Also