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