NumberTreeIteratorEquals Method |
Checks if this DictIterator is equals to the specified NumberTreeIterator object.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Equals(
Object other
)
Public Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
[InAttribute] Object^ other
) sealed
Parameters
- other
- Type: SystemObject
The other object to compare to.
Return Value
Type:
Boolean
True if the Object is equal to this NumberTreeIterator.
See Also