SendGrid.Net.Mime.ContentType.Equals C# (CSharp) Méthode

Equals() private méthode

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

Same methods

ContentType::Equals ( object obj ) : bool