Ejemplo n.º 1
0
 /// <inheritdoc />
 public bool Equals(Pointer <T> other) => this == other;
Ejemplo n.º 2
0
 /// <inheritdoc />
 public int CompareTo(Pointer <T> other) => ((nuint)Value).CompareTo((nuint)other.Value);