PageIteratorEquals Method |
[Missing <summary> documentation for "M:pdftron.PDF.PageIterator.Equals(System.Object)"]
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public 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:
Booleana
PageIterator equals to the given object
Return Value
Type:
Booleantrue, if equals to the given object
See Also