iTextSharp.text.Section.IsTag C# (CSharp) Метод

IsTag() публичный статический Метод

Checks if a given tag corresponds with this object.
public static IsTag ( string tag ) : bool
tag string the given tag
Результат bool
        public static bool IsTag(string tag) {
            return ElementTags.SECTION.Equals(tag);
        }