Пример #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((ForwardAuthorizationHeader.GetHashCode() * 397) ^ EnableAutomaticRedirection.GetHashCode());
     }
 }
Пример #2
0
 protected bool Equals(AutoRedirect other)
 {
     return(ForwardAuthorizationHeader.Equals(other.ForwardAuthorizationHeader) && EnableAutomaticRedirection.Equals(other.EnableAutomaticRedirection));
 }