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