Click or drag to resize

FDFFieldIteratorEquals Method

check if equals to another FDFFieldIterator

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

Parameters

o
Type: SystemObject
another FDFFieldIterator to compare to

Return Value

Type: Boolean
true if equals to another FDFFieldIterator. false, otherwise.
See Also