ToString() public method

public ToString ( ) : string
return string
 public bool Equals(HttpMethod other)
 {
     return(this.ToString() == other.ToString());
 }
示例#2
0
 public bool Equals(HttpMethod other)
 {
     return this.ToString() == other.ToString();
 }