Table of Contents

Method Contains

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Contains(IRange)

Indicates whether the range container contains a specific IRange entry.

public virtual bool Contains(IRange range)

Parameters

range IRange

The IRange to locate in the range list.

Returns

bool

True if IRange entry is found; otherwise false.