ToString() public method

public ToString ( ) : string
return string
Exemplo n.º 1
0
 public bool Equals(HttpMethod other)
 {
     return(this.ToString() == other.ToString());
 }
Exemplo n.º 2
0
 public bool Equals(HttpMethod other)
 {
     return this.ToString() == other.ToString();
 }