Operator operator ==
operator ==(DocumentId, DocumentId)
Tells whether two document identifiers are equal.
Declaration
public static bool operator ==(DocumentId inDocumentId1, DocumentId inDocumentId2)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId1 | First document identifier. |
| DocumentId | inDocumentId2 | Second document identifier. |
Returns
| Type | Description |
|---|---|
| bool | Document identifiers are equal. |