Ejemplo n.º 1
0
 private bool Equals(RedisProjectionHandlerCall other)
 {
     return(Equals(Client, other.Client) &&
            Equals(Message, other.Message) &&
            Token.Equals(other.Token));
 }
Ejemplo n.º 2
0
 private bool Equals(RedisProjectionHandlerCall other)
 {
     return Equals(Client, other.Client) &&
            Equals(Message, other.Message) &&
            Token.Equals(other.Token);
 }