SequencePosition Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
.NET