SequencePosition Struct

Definition

Represents a position in a non-contiguous set of memory. Properties of this type should not be interpreted by anything but the type that created it.

public value class SequencePosition : IEquatable<SequencePosition>
public readonly struct SequencePosition : IEquatable<SequencePosition>
type SequencePosition = struct
Public Structure SequencePosition
Implements IEquatable(Of SequencePosition)
Inheritance
SequencePosition
Implements

Constructors

SequencePosition(Object, Int32)

Initializes a new instance of the SequencePosition struct.

Methods

Equals(Object)

Returns a value that indicates whether the current instance is equal to another object.

Equals(SequencePosition)

Indicates whether the current instance is equal to another SequencePosition.

GetHashCode()

Returns the hash code for this instance.

GetInteger()

Returns the integer part of this SequencePosition.

GetObject()

Returns the object part of this SequencePosition.

Applies to