private bool Equals(StreamCollectionFixture other)
 {
     return string.Equals(Id, other.Id) && string.Equals(Username, other.Username);
 }
Exemple #2
0
 private bool Equals(StreamCollectionFixture other)
 {
     return(string.Equals(Id, other.Id) && string.Equals(Username, other.Username));
 }