NumberRange.Contains Method
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
Determines whether this instance contains the specified range part (number range or keyword).
public virtual bool Contains(string rangePart)
Parameters
rangePartstringThe range part (number range or keyword) to check.
Returns
- bool
true if the instance contains the specified range part; otherwise, false.