ToString() public méthode

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