Click or drag to resize

TextExtractorLineEquals Method

Determines if equals to the specified object

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

Parameters

o
Type: SystemObject
specified object

Return Value

Type: Boolean
true if both objects are equal. false, otherwise
See Also