DocumentVersion.IsEqual
Description:
Checks whether two DocumentVersions are identical. They are identical if both the GUID and number of saves are equal. If two DocumentVersions are identical, they come from the same document, with the same set of changes.
Checks whether two DocumentVersions are identical. They are identical if both the GUID and number of saves are equal. If two DocumentVersions are identical, they come from the same document, with the same set of changes.
public bool IsEqual(
DocumentVersion other
)
-
otherThe DocumentVersion to compare to this DocumentVersion.
Return Value
bool
True if the two DocumentVersions are equal. False otherwise.
-
A non-optional argument was null