Click or drag to resize

DocSnapshotEquals Method (DocSnapshot)

Returns whether this snapshot's document state is equivalent to another.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool Equals(
	DocSnapshot snapshot
)

Parameters

snapshot
Type: pdftron.SDFDocSnapshot
the other snapshot with which to compare

Return Value

Type: Boolean
Whether this snapshot's document state is equivalent to another
See Also