ToString() public méthode

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