[]
Compares this range location with another range location.
public LocationRelation CompareLocationWith(RangeBase range)
Public Function CompareLocationWith(range As RangeBase) As LocationRelation
| Type | Name | Description |
|---|---|---|
| RangeBase | range | The range to compare this range with. |
| Type | Description |
|---|---|
| LocationRelation | A LocationRelation value representing the result of the comparison. |
Results returns compare that our current range applied on provided range. So, for example, result Contains mean our range contains provided range.