protected bool Equals(SuccessfulWindowsAuthentication other)
 {
     return string.Equals(User, other.User);
 }
Exemplo n.º 2
0
 protected bool Equals(SuccessfulWindowsAuthentication other)
 {
     return(string.Equals(User, other.User));
 }