SendGrid.Net.Mime.ContentType.Equals C# (CSharp) Method

Equals() private method

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

Same methods

ContentType::Equals ( object obj ) : bool