예제 #1
0
파일: StreamsType.cs 프로젝트: joewan/xenko
 /// <inheritdoc/>
 public bool Equals(StreamsType other)
 {
     return(base.Equals(other));
 }
예제 #2
0
파일: StreamsType.cs 프로젝트: cg123/xenko
 /// <inheritdoc/>
 public bool Equals(StreamsType other)
 {
     return base.Equals(other);
 }