Table of Contents

Method Equals

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

Equals(object?)

Determines whether the specified RangeList is equal to the current RangeList.

public override bool Equals(object? obj)

Parameters

obj object

The RangeList to compare with the current RangeList.

Returns

bool

True if the specified RangeList is equal to the current RangeList; otherwise, false.