Exemplo n.º 1
0
 protected bool Equals(MatchEvent other)
 {
     return(string.Equals(Type, other.Type) && string.Equals(StreamName, other.StreamName));
 }
Exemplo n.º 2
0
 protected bool Equals(MatchEvent other) =>
 string.Equals(Type, other.Type) && string.Equals(StreamName, other.StreamName);
Exemplo n.º 3
0
 protected bool Equals(MatchEvent other)
 {
     return string.Equals(Type, other.Type) && string.Equals(StreamName, other.StreamName);
 }