Compares two IDs for logical equality.

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

ToggleSyntax

Visual Basic (Declaration)
Public Overrides Function Equals ( _
	otherId As Object _
) As Boolean
C#
public override bool Equals(
	Object otherId
)
Visual C++
public:
virtual bool Equals(
	Object^ otherId
) override
JavaScript
function equals(otherId);

Parameters

otherId
Type: System..::.Object
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.

ToggleSee Also