/// <inheritdoc /> public bool Equals(Pointer <T> other) => this == other;
/// <inheritdoc /> public int CompareTo(Pointer <T> other) => ((nuint)Value).CompareTo((nuint)other.Value);