Пример #1
0
 /// <inheritdoc />
 public bool Equals(Pointer <T> other) => this == other;
Пример #2
0
 /// <inheritdoc />
 public int CompareTo(Pointer <T> other) => ((nuint)Value).CompareTo((nuint)other.Value);