Visual Basic (Declaration) | |
---|---|
Public Operator =( _ ByVal RangeOne As Range, _ ByVal RangeTwo As Range _ ) As Boolean |
Parameters
- RangeOne
- The Rangeobject on the left of the inequality operator.
- RangeTwo
- The Rangeobject on the right of the inequality operator.
Return Value
true if RangeOne and RangeTwo have equal startValue and lastValue; otherwise, false.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family