In This Topic
Gets a value indicating whether the range is empty, i.e., the lower bound is equal to the upper bound.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}
Property Value
true
if the range is empty; otherwise,
false
.
See Also