System::Range::Equals method
Range::Equals method
Determines whether the current range is equal to the specified range.
bool System::Range::Equals(const Range &other) const
| Parameter | Type | Description |
|---|---|---|
| other | const Range& | The range to compare with. |
ReturnValue
True if both ranges have the same start and end indexes, otherwise false.
See Also
- Class Range
- Class Range
- Namespace System
- Library Aspose.PDF for C++