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