NumberRangeContains Method
Determines whether this instance contains the specified range part (number range or keyword).
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public virtual bool Contains(
string rangePart
)
Public Overridable Function Contains (
rangePart As String
) As Boolean
- rangePart String
- The range part (number range or keyword) to check.
Booleantrue if the instance contains the specified range part; otherwise, false.