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