コード例 #1
0
ファイル: StreamsType.cs プロジェクト: Powerino73/paradox
 /// <inheritdoc/>
 public bool Equals(StreamsType other)
 {
     return base.Equals(other);
 }
コード例 #2
0
 /// <inheritdoc/>
 public bool Equals(StreamsType other)
 {
     return(base.Equals(other));
 }