private bool Equals(StreamCollectionFixture other)
 {
     return string.Equals(Id, other.Id) && string.Equals(Username, other.Username);
 }
Ejemplo n.º 2
0
 private bool Equals(StreamCollectionFixture other)
 {
     return(string.Equals(Id, other.Id) && string.Equals(Username, other.Username));
 }