/// <summary> /// Tells if attribute has an equal sign /// </summary> /// <returns>True if attribute has value</returns> public bool HasEqualSign() { return(AttributeToken.HasEqualSign()); }