SendGrid.Net.Mime.ContentType.Equals C# (CSharp) 메소드

Equals() 개인적인 메소드

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

Same methods

ContentType::Equals ( object obj ) : bool