Table of Contents

Class Range

Namespace
Soup
Assembly
Soup-3.0.dll
public sealed class Range
Inheritance
Range
Inherited Members

Constructors

Range()

public Range()

Range(RangeOwnedHandle)

public Range(RangeOwnedHandle handle)

Parameters

handle RangeOwnedHandle

Properties

End

public long End { get; set; }

Property Value

long

Handle

public RangeOwnedHandle Handle { get; }

Property Value

RangeOwnedHandle

Start

public long Start { get; set; }

Property Value

long

Methods

Equals(Range?)

public bool Equals(Range? other)

Parameters

other Range

Returns

bool

Equals(object?)

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

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.