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

ParameterTypeDescription
otherconst Range&The range to compare with.

Return Value

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

See Also