| CharIteratorEquals Method  | 
 
Check if equals to a given object
 
    Namespace: 
   pdftron.PDF
    Assembly:
   pdftron (in pdftron.dll) Version: 255.255.255.255
 Syntax
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
 a given object
Return Value
Type: 
Booleantrue if equals to the give object
 See Also
See Also