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
if
is an
object and their GUIDs are logically equal; otherwise, returns
.