コード例 #1
0
ファイル: DataRef.cs プロジェクト: somnomania/smapi-mod-dump
 public readonly bool Equals(DataRef <T> other) => this == other;
コード例 #2
0
ファイル: DataRef.cs プロジェクト: ZaRx485/smapi-mod-dump
 public readonly bool Equals(DataRef <T> other)
 {
     return(this == other);
 }