ToString() public méthode

public ToString ( ) : string
Résultat string
 public bool Equals(HttpMethod other)
 {
     return(this.ToString() == other.ToString());
 }
Exemple #2
0
 public bool Equals(HttpMethod other)
 {
     return this.ToString() == other.ToString();
 }