Click or drag to resize

DictIteratorEquals Method

Checks if this DictIterator is equals to the specified DictIterator 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 DictIterator.
See Also