bool Equals(ContentDisposition other)
 {
     return other != null && ToString() == other.ToString();
 }