Attr sealed class Attr : IAttr, IEquatable<IAttr> Represents a generic node attribute. Documentation Code public bool IsId { get; } public string LocalName { get; } public string Name { get; } public string NamespaceUri { get; } public string Prefix { get; } public bool Specified { get; } public string Value { get; set; } public bool Equals(IAttr other)