Click or drag to resize

NumberTreeIteratorEquals Method

Checks if this DictIterator is equals to the specified NumberTreeIterator object.

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

Parameters

other
Type: SystemObject
The other object to compare to.

Return Value

Type: Boolean
True if the Object is equal to this NumberTreeIterator.
See Also