Compares two IDs for logical equality.
Namespace:
FileNet.Api.UtilAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Equals ( _ otherId As Id _ ) As Boolean |
C# |
---|
public bool Equals( Id otherId ) |
Visual C++ |
---|
public: bool Equals( Id^ otherId ) |
JavaScript |
---|
function equals(otherId); |
Parameters
- otherId
- Type: FileNet.Api.Util..::.Id
The ID against which to compare this ID.