Beispiel #1
0
 public readonly bool Equals(DataRef <T> other) => this == other;
Beispiel #2
0
 public readonly bool Equals(DataRef <T> other)
 {
     return(this == other);
 }