ToString() public method

public ToString ( ) : string
return string
Beispiel #1
0
 bool Equals(ContentDisposition other)
 {
     return(other != null && ToString() == other.ToString());
 }
 bool Equals(ContentDisposition other)
 {
     return other != null && ToString() == other.ToString();
 }