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