Back to API Reference
Struct

RangeIdentity

sealed

Stable runtime address of a range entity.

public RangeSourceId Source{ get }

Runtime source that owns the local range identifier.

public RangeId Range{ get }

Identifier local to Source.

public bool IsValid{ get }

Whether both parts form an addressable identity.

[ctor]public RangeIdentity()

Creates a stable runtime entity address.

public bool Equals()
public override bool Equals()
public override int GetHashCode()
public override string ToString()