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
ParameterTypeDescription
otherconst Range&The range to compare with.

ReturnValue

True if both ranges have the same start and end indexes, otherwise false.

See Also