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