ToString() public method

public ToString ( ) : string
return string
 bool Equals(ContentType other)
 {
     return other != null && ToString() == other.ToString();
 }