-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Ranges_Range_2_IsNotEmpty
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The range is NOT empty, ≠ ∅.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool IsNotEmpty { get; }VB
Public ReadOnly Property IsNotEmpty As Boolean
GetF#
abstract IsNotEmpty : bool with get
override IsNotEmpty : bool with getType: Booleantrue if the range is not empty; otherwise, false.