public bool Equals(OwinWebSocketReceiveMessage other)
 {
     return Equals(_tuple, other._tuple);
 }
示例#2
0
 public bool Equals(OwinWebSocketReceiveMessage other)
 {
     return(Equals(_tuple, other._tuple));
 }