예제 #1
0
파일: Stream.cs 프로젝트: zloom/Orleankka
 public bool Equals(IAsyncStream <T> other) => stream.Equals(other);