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