TextExtractorLineEquals Method  | 
 Determines if equals to the specified object
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic bool Equals(
	Object o
)
Public Function Equals ( 
	o As Object
) As Boolean
public:
virtual bool Equals(
	[InAttribute] Object^ o
) sealed
Parameters
- o
 - Type: SystemObject
specified object
 
Return Value
Type: 
Booleantrue if both objects are equal. false, otherwise
See Also