NumberRangeContains Method

Determines whether this instance contains the specified range part (number range or keyword).

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public virtual bool Contains(
	string rangePart
)

Parameters

rangePart  String
The range part (number range or keyword) to check.

Return Value

Boolean
true if the instance contains the specified range part; otherwise, false.

See Also