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