isIdenticalDocumentHandle abstract method

bool isIdenticalDocumentHandle(
  1. Object? other
)

Determine whether document handles are identical or not.

It does not mean the document contents (or the document files) are identical.

Implementation

bool isIdenticalDocumentHandle(Object? other);